bug-gnulib
[Top][All Lists]
Advanced

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

Re: cygwin bugs in unistd


From: Bruno Haible
Subject: Re: cygwin bugs in unistd
Date: Thu, 24 Dec 2009 16:30:41 +0100
User-agent: KMail/1.9.9

Eric Blake wrote:
> These were the only includes that I found that were conditional on a
> particular module being in use.

Tricky stuff. There was a typo. Correcting it:


2009-12-24  Bruno Haible  <address@hidden>

        * lib/stdlib.in.h (includes): Fix typo in today's commit.

--- lib/stdlib.in.h.orig        Thu Dec 24 16:27:18 2009
+++ lib/stdlib.in.h     Thu Dec 24 16:26:53 2009
@@ -39,7 +39,7 @@
 #include <stddef.h>
 
 /* Solaris declares getloadavg() in <sys/loadavg.h>.  */
-#if (@GNULIB_GETLOADAVG@ || defined GNULIB_GETLOADAVG) && @HAVE_SYS_LOADAVG_H@
+#if (@GNULIB_GETLOADAVG@ || defined GNULIB_POSIXCHECK) && @HAVE_SYS_LOADAVG_H@
 # include <sys/loadavg.h>
 #endif
 




reply via email to

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