diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-01-10 02:08:32 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-01-10 02:08:32 -0800 |
commit | 18598ff1051f2cbe545822036a615d9a5dbae5c0 (patch) | |
tree | 4f8d8dd4640ba2ae484ed307cb73ae03b9f72a52 /ChangeLog | |
parent | b2660fb6245b866f1123a85231b98a0c43b28e6b (diff) | |
download | glibc-18598ff1051f2cbe545822036a615d9a5dbae5c0.tar glibc-18598ff1051f2cbe545822036a615d9a5dbae5c0.tar.gz glibc-18598ff1051f2cbe545822036a615d9a5dbae5c0.tar.bz2 glibc-18598ff1051f2cbe545822036a615d9a5dbae5c0.zip |
Cleanup strings.h.
Cleanup the strings.h header for XPG7 and update the tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,8 +1,16 @@ 2010-01-10 Ulrich Drepper <drepper@redhat.com> + * string/strings.h: Don't declare obsolete functions for XPG7. + Declare ffs only for XSI. + * conform/data/strings.h-data: Update for XPG7. + +2010-01-10 Jakub Jelinek <jakub@redhat.com> + [BZ #11125] * libio/stdio.h: Define va_list, off_t, and ssize_t. +2010-01-10 Ulrich Drepper <drepper@redhat.com> + * conform/conformtest.pl: For XPG7 testing the headers are supposed to be self-contained. |