diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-01-11 14:49:17 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-01-11 14:49:17 -0800 |
commit | 21487cc929b7f3621327e619237bc473222ddb00 (patch) | |
tree | d82148b7b30587e7277b43432f7c9b260c06b813 /ChangeLog | |
parent | 7cdb5a32f9708af6f0dbef8c47bbd8b864d0c62e (diff) | |
download | glibc-21487cc929b7f3621327e619237bc473222ddb00.zip glibc-21487cc929b7f3621327e619237bc473222ddb00.tar.gz glibc-21487cc929b7f3621327e619237bc473222ddb00.tar.bz2 |
Fix handling symbols removed in XPG7.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2010-01-11 Ulrich Drepper <drepper@redhat.com> + * stdlib/stdlib.h: Fix handling symbols removed in XPG7. + * posix/unistd.h: Likewise. + * posix/unistd.h: Include environments.h also for XPG6 and up. Define intptr_t for XPG6 and up. Fix up for XPG7. |