diff options
author | Jakub Jelinek <jakub@redhat.com> | 2010-06-14 08:18:26 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-06-14 08:18:26 -0700 |
commit | f32f28695d938597ad93177dc83225dcb3c69f74 (patch) | |
tree | 599849efdd57eb02f9a076339ea9eb0798912892 /ChangeLog | |
parent | 2a50c07836d2750baf70442f8f760bf6cd43b3af (diff) | |
download | glibc-f32f28695d938597ad93177dc83225dcb3c69f74.tar.gz glibc-f32f28695d938597ad93177dc83225dcb3c69f74.tar.xz glibc-f32f28695d938597ad93177dc83225dcb3c69f74.zip |
Fix a couple of __REDIRECT () __THROW occurrences
This patch fixes some cases which fail to parse with C++.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d5f9d30334..1ff6ac7f38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-06-07 Jakub Jelinek <jakub@redhat.com> + + * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of + __REDIRECT followed by __THROW. + * wcsmbs/wchar.h (swscanf, vswscanf): Likewise. + * posix/getopt.h (getopt): Likewise. + 2010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com> * hurd/lookup-at.c (__file_name_lookup_at): Accept |