diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2010-03-02 19:28:39 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2010-03-02 19:28:39 +0000 |
commit | 6fc25b2d1e77e48241219400fe840249697c6a56 (patch) | |
tree | 5a46b381ebcc19ceb2f7e59e56ca10926bcdbfd7 /newlib/ChangeLog | |
parent | 180044b3867145dbbe8ce421dbeff0df425b74ce (diff) | |
download | newlib-6fc25b2d1e77e48241219400fe840249697c6a56.zip newlib-6fc25b2d1e77e48241219400fe840249697c6a56.tar.gz newlib-6fc25b2d1e77e48241219400fe840249697c6a56.tar.bz2 |
2010-03-02 Craig Howland <howland@LGSInnovations.com>
* libc/include/sys/features.h: Add POSIX.1-permitted definition of
_POSIX_C_SOURCE if not already defined and _XOPEN_SOURCE has an
appropriate value. Specifically, check for POSIX.1-2008 & 2001 values.
* libc/include/sys/config.h: Add #include <sys/features.h> so that all
includes get the new check added to it.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 14be98e..be249d8 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,11 @@ +2010-03-02 Craig Howland <howland@LGSInnovations.com> + + * libc/include/sys/features.h: Add POSIX.1-permitted definition of + _POSIX_C_SOURCE if not already defined and _XOPEN_SOURCE has an + appropriate value. Specifically, check for POSIX.1-2008 & 2001 values. + * libc/include/sys/config.h: Add #include <sys/features.h> so that all + includes get the new check added to it. + 2010-03-02 Charles Wilson <cygwin@cwilson.fastmail.fm> * libc/xdr/README: Correct grammatical errors. |