Re: nap() name space clash

2020-02-04 Thread Bruno Haible
> I discoverd a name space clash with nap() In which .h file is this function declared on UnixWare? And in which .so file is it defined? > How do I find out if I have filled out copyright assignment papers > for the gnulib project? The file fencepost.gnu.org:/gd/gnuorg/copyright.list lists you f

Re: Fwd: GnuTLS 3.6.12 patch for OS X 10.9

2020-02-04 Thread Jeffrey Walton
On Mon, Feb 3, 2020 at 9:32 PM Paul Eggert wrote: > > On 2/3/20 3:00 PM, Jeffrey Walton wrote: > > > Or, you can use __has_attribute(_Noreturn). __has_attribute(_Noreturn) > > behaves as expected. > > It isn't documented to work, and it doesn't work for me with clang > version 9.0.0 (Fedora 9.0.0-

Re: nap() name space clash

2020-02-04 Thread Tim Rice
Hi Bruno, On Tue, 4 Feb 2020, Bruno Haible wrote: > > I discoverd a name space clash with nap() > > In which .h file is this function declared on UnixWare? unistd.h > And in which .so file is it defined? libc > > > How do I find out if I have filled out copyright assignment papers > > for

Re: Fwd: GnuTLS 3.6.12 patch for OS X 10.9

2020-02-04 Thread Paul Eggert
On 2/3/20 8:17 PM, Jeffrey Walton wrote: Ack, tested OK on OS X 10.9 and a Linux smoke test. Thanks for checking; I installed it into Gnulib and GnuTLS should pick it up in due course.

df --local treats AFS mounts as local

2020-02-04 Thread Marc Dionne
df bases it's local/remote distinction on the "me_remote" flag from gnulib's lib/mountpoint. The ME_REMOTE macro has a few special cases that cover some common network filesystems such as nfs and smb/cifs, but mounts of /afs are treated as local even though it is a distributed filesystem. Attache

Re: nap() name space clash

2020-02-04 Thread Bruno Haible
Hi Tim, > > > I discoverd a name space clash with nap() > > > > In which .h file is this function declared on UnixWare? > > unistd.h Can you find out whether defining some preprocessor symbol will make the declaration disappear? You need to peek into the .h file, make a guess, and then process