diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2010-03-17 17:13:00 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2010-03-17 17:13:00 +0000 |
commit | 5e74a46f2fa91a3fb71b85714cc1764481316c37 (patch) | |
tree | 190bb872dc4d7cba4c85319b423a99f40988a2dc /newlib/ChangeLog | |
parent | a24d322c7670120fb8ac90fe8f1e40574534b45d (diff) | |
download | cygnal-5e74a46f2fa91a3fb71b85714cc1764481316c37.tar.gz cygnal-5e74a46f2fa91a3fb71b85714cc1764481316c37.tar.bz2 cygnal-5e74a46f2fa91a3fb71b85714cc1764481316c37.zip |
* libc/include/sys/features.h: Allow for _XOPEN_SOURCE to have an
empty definition. Also add support for values of 500 or less.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index c52f7bb0b..0bacfd7db 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2010-03-17 Craig Howland <howland@LGSInnovations.com> + + * libc/include/sys/features.h: Allow for _XOPEN_SOURCE to have an + empty definition. Also add support for values of 500 or less. + 2010-03-09 Jeff Johnston <jjohnstn@redhat.com> * libc/posix/telldir.c (dd_loccnt): Change start index to be 1 |