projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89ae458
)
Fix typo in today's commit.
author
Bruno Haible
<bruno@clisp.org>
Thu, 24 Dec 2009 15:30:21 +0000
(16:30 +0100)
committer
Bruno Haible
<bruno@clisp.org>
Thu, 24 Dec 2009 15:30:21 +0000
(16:30 +0100)
ChangeLog
patch
|
blob
|
history
lib/stdlib.in.h
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 3cca24c258a69e12887cf78dd0150ec1546be051..c7ced82fb4618761ed0112ae3ed61bc47ea7d042 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2009-12-24 Bruno Haible <bruno@clisp.org>
+
+ * lib/stdlib.in.h (includes): Fix typo in today's commit.
+
2009-12-24 Eric Blake <ebb9@byu.net>
tests: add signature checks
diff --git
a/lib/stdlib.in.h
b/lib/stdlib.in.h
index 39dbc68f4d92ae12ad559b251674d933d3bb935f..5f2766a99fc9f6eacf41cef4f96a8bf9efadb0d9 100644
(file)
--- a/
lib/stdlib.in.h
+++ b/
lib/stdlib.in.h
@@
-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