KO Myung-Hun wrote:
-# if REPLACE_FCHDIR
+# if REPLACE_FCHDIR || defined __KLIBC__
int fd = dirfd (dirp);
# endif
Would it be cleaner to change that "defined __KLIBC__" to "REPLACE_DIRFD"?
KO Myung-Hun wrote:
-# if REPLACE_FCHDIR
+# if REPLACE_FCHDIR || defined __KLIBC__
int fd = dirfd (dirp);
# endif
Would it be cleaner to change that "defined __KLIBC__" to "REPLACE_DIRFD"?