diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-01-10 00:39:22 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-01-10 00:39:22 -0800 |
commit | cd2f000c074b07931bd78ab5ff5fa3c0f7db628a (patch) | |
tree | 571f3ef9594371bdc13406a68fcd8b2befe57afc /ChangeLog | |
parent | 6651fa1216b5707b00668def26f43ee12b8cc59e (diff) | |
download | glibc-cd2f000c074b07931bd78ab5ff5fa3c0f7db628a.zip glibc-cd2f000c074b07931bd78ab5ff5fa3c0f7db628a.tar.gz glibc-cd2f000c074b07931bd78ab5ff5fa3c0f7db628a.tar.bz2 |
Fix standalone stdio.h inclusion.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ +2010-01-10 Ulrich Drepper <drepper@redhat.com> + + [BZ #11125] + * libio/stdio.h: Define va_list, off_t, and ssize_t. + 2010-01-09 Ulrich Drepper <drepper@redhat.com> + * libio/stdio.h: Define va_list also for XPG7. + * conform/conformtest.pl: Update for XPG7 and some bug fixes. * conform/data/ctype.h-data: Likewise. * conform/data/dirent.h-data: Likewise. |