From 1c91f4a8fe798908b55742e7d55b65db7ac055ee Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 30 Dec 2005 00:59:58 +0000 Subject: Sync ftw w/ glibc, splitting ftw and ftw64 --- include/ftw.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/ftw.h') 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 { -- cgit v1.2.3