bug-guile
[Top][All Lists]
Advanced

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

Re: Problem with __USE_XOPEN


From: Marius Vollmer
Subject: Re: Problem with __USE_XOPEN
Date: 10 Mar 2001 02:06:53 +0100
User-agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7

Keisuke Nishida <address@hidden> writes:

> What would be the best solution?

We should add

    #define _GNU_SOURCE

at the top of "posix.c".  __USE_XOPEN is the wrong macro to use, it
should be one of the _FOO_SOURCE macros.  _GNU_SOURCE is the catch all
and might be too broad, but _POSIX_SOURCE didn't work and I didn't
feel like prodding further.

I'll commit the fix any minute.



reply via email to

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