Loading...
include/ftw.h Libc-1725.40.4 Libc-391
--- Libc/Libc-1725.40.4/include/ftw.h
+++ Libc/Libc-391/include/ftw.h
@@ -24,9 +24,6 @@
 #define	_FTW_H
 
 #include <sys/stat.h>
-#include <_bounds.h>
-
-_LIBC_SINGLE_BY_DEFAULT()
 
 /*
  * Valid flags for the 3rd argument to the function that is passed as the
@@ -54,28 +51,10 @@
 };
 
 __BEGIN_DECLS
-//Begin-Libc
-#ifndef LIBC_ALIAS_FTW
-//End-Libc
 int	ftw(const char *, int (*)(const char *, const struct stat *, int), int) 
-	__DARWIN_ALIAS_I(ftw);
-//Begin-Libc
-#else /* LIBC_ALIAS_FTW */
-int	ftw(const char *, int (*)(const char *, const struct stat *, int), int) 
-	LIBC_ALIAS_I(ftw);
-#endif /* !LIBC_ALIAS_FTW */
-//End-Libc
-//Begin-Libc
-#ifndef LIBC_ALIAS_NFTW
-//End-Libc
+	__DARWIN_ALIAS(ftw);
 int	nftw(const char *, int (*)(const char *, const struct stat *, int,
-	    struct FTW *), int, int) __DARWIN_ALIAS_I(nftw);
-//Begin-Libc
-#else /* LIBC_ALIAS_NFTW */
-int	nftw(const char *, int (*)(const char *, const struct stat *, int,
-	    struct FTW *), int, int) LIBC_ALIAS_I(nftw);
-#endif /* !LIBC_ALIAS_NFTW */
-//End-Libc
+	    struct FTW *), int, int) __DARWIN_ALIAS(nftw);
 __END_DECLS
 
 #endif	/* !_FTW_H */