bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paul Eggert
Subject: Re: [PATCH 09/12] opendir, closedir, dirfd, fdopendir: port to OS/2 kLIBC
Date: Wed, 27 May 2015 08:05:53 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

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"?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]