summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-12-25 14:43:05 +0100
committerBruno Haible <bruno@clisp.org>2010-12-25 14:43:05 +0100
commitebc78c6fc2de2f5f80520ee8980adac78ecd7521 (patch)
tree46535a57177a63eb30e065873101a3812f65f50c /ChangeLog
parent9e587fbb7b888126ecdf62a2ed968343215df2d0 (diff)
downloadgnulib-ebc78c6fc2de2f5f80520ee8980adac78ecd7521.tar.gz
fcntl-h: Fix for use of C++ on glibc systems.
* lib/fcntl.in.h: Include <sys/stat.h> before include_next <fcntl.h> also on glibc systems in C++ mode. Reported by Gary V. Vaughan <gary@gnu.org>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 441724be10..5aaac69040 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2010-12-25 Bruno Haible <bruno@clisp.org>
+ fcntl-h: Fix for use of C++ on glibc systems.
+ * lib/fcntl.in.h: Include <sys/stat.h> before include_next <fcntl.h>
+ also on glibc systems in C++ mode.
+ Reported by Gary V. Vaughan <gary@gnu.org>.
+
+2010-12-25 Bruno Haible <bruno@clisp.org>
+
roundl-ieee: Make it work on OSF/1 5.1 with cc.
* modules/roundl-ieee (Depends-on): Add floorl-ieee, ceill-ieee.