diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-01-10 07:16:54 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-01-10 07:16:54 -0800 |
commit | f9cfa295ae3f2556bd8808f0ff693cfe44f4ac25 (patch) | |
tree | 908778f05f67322eb22c8d5dd8848aee4b4791d1 /ChangeLog | |
parent | df06f4855e94542fd69d920f2ddfb39275993f94 (diff) | |
download | glibc-f9cfa295ae3f2556bd8808f0ff693cfe44f4ac25.tar.gz glibc-f9cfa295ae3f2556bd8808f0ff693cfe44f4ac25.tar.xz glibc-f9cfa295ae3f2556bd8808f0ff693cfe44f4ac25.zip |
Fix up sys/types.h for XPG7.
Also fix a test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1d91788ba2..1410b79e30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2010-01-10 Ulrich Drepper <drepper@redhat.com> + * posix/sys/types.h: Define id_t, clock_t, blksize_t for XPG7. + * string/strings.h: Don't declare obsolete functions for XPG7. Declare ffs only for XSI. * conform/data/strings.h-data: Update for XPG7. |