diff options
author | Bruno Haible <bruno@clisp.org> | 2010-12-25 14:43:05 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-12-25 14:43:05 +0100 |
commit | ebc78c6fc2de2f5f80520ee8980adac78ecd7521 (patch) | |
tree | 46535a57177a63eb30e065873101a3812f65f50c /ChangeLog | |
parent | 9e587fbb7b888126ecdf62a2ed968343215df2d0 (diff) | |
download | gnulib-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |