summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-12-20 18:08:02 +0000
committerJim Meyering <jim@meyering.net>2003-12-20 18:08:02 +0000
commite164c2bbeb2511673659c90a744995f1ed4dcaad (patch)
treef324f2151517d590f4203ffa74de1ec84a908f71 /lib
parentdeaf944cebf6cff63fb7db11e064c79ff2f6a7cd (diff)
downloadcoreutils-e164c2bbeb2511673659c90a744995f1ed4dcaad.tar.xz
[!_LIBC]: Undefine, then define-away __P.
Diffstat (limited to 'lib')
-rw-r--r--lib/fts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fts.c b/lib/fts.c
index 8e99ebcdc..1e8e5cc8f 100644
--- a/lib/fts.c
+++ b/lib/fts.c
@@ -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>
+# undef __P
# define __P(x) x
#endif
#include <fcntl.h>