diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-30 00:59:58 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-30 00:59:58 +0000 |
commit | 1c91f4a8fe798908b55742e7d55b65db7ac055ee (patch) | |
tree | b4f86df0332f915788106442b54ef66603db19d9 /include | |
parent | 1a407ee53ffd4aa77a249ae67cb685774ead10f1 (diff) |
Sync ftw w/ glibc, splitting ftw and ftw64
Diffstat (limited to 'include')
-rw-r--r-- | include/ftw.h | 4 |
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 { |