Re: [PATCH 09/12] opendir, closedir, dirfd, fdopendir: port to OS/2 kLIBC

2015-05-27 Thread KO Myung-Hun
Hi/2. Paul Eggert wrote: > 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"? Fixed. -- KO Myung-Hun Using Mozilla SeaMonkey 2.7.2 Un

Re: [PATCH 09/12] opendir, closedir, dirfd, fdopendir: port to OS/2 kLIBC

2015-05-27 Thread Paul Eggert
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"?