1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-12 06:57:33 +02:00

[!_LIBC]: Define __P.

This commit is contained in:
Jim Meyering
2003-12-20 16:35:59 +00:00
parent d039892e8f
commit 38fe0df54d

View File

@@ -42,6 +42,7 @@ static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/94";
# include <include/sys/stat.h>
#else
# include <sys/stat.h>
# define __P(x) x
#endif
#include <fcntl.h>
#include <errno.h>