summaryrefslogtreecommitdiff
path: root/include/ftw.h
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-12-30 00:59:58 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-12-30 00:59:58 +0000
commit1c91f4a8fe798908b55742e7d55b65db7ac055ee (patch)
treeb4f86df0332f915788106442b54ef66603db19d9 /include/ftw.h
parent1a407ee53ffd4aa77a249ae67cb685774ead10f1 (diff)
Sync ftw w/ glibc, splitting ftw and ftw64
Diffstat (limited to 'include/ftw.h')
-rw-r--r--include/ftw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ftw.h b/include/ftw.h
index b1f7e09cb..4bdff88c6 100644
--- a/include/ftw.h
+++ b/include/ftw.h
@@ -74,7 +74,7 @@ enum
# define FTW_CHDIR FTW_CHDIR
FTW_DEPTH = 8 /* Report files in directory before directory itself.*/
# define FTW_DEPTH FTW_DEPTH
-# if 0 /* def __USE_GNU */
+# ifdef __USE_GNU
,
FTW_ACTIONRETVAL = 16 /* Assume callback to return FTW_* values instead of
zero to continue and non-zero to terminate. */
@@ -82,7 +82,7 @@ enum
# endif
};
-#if 0 /* def __USE_GNU */
+#ifdef __USE_GNU
/* Return values from callback functions. */
enum
{