diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-01-03 19:51:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-01-03 19:51:01 +0000 |
commit | 8726a12e05ba81ee72fe99bdf0513cc71fa46e6a (patch) | |
tree | c6433ea20f665f46703bc2d458d01c936b4d4f9e /ChangeLog | |
parent | ad586879b1d5dff5825e934c69e0194abc0f982a (diff) | |
download | glibc-8726a12e05ba81ee72fe99bdf0513cc71fa46e6a.tar.gz glibc-8726a12e05ba81ee72fe99bdf0513cc71fa46e6a.tar.xz glibc-8726a12e05ba81ee72fe99bdf0513cc71fa46e6a.zip |
* ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc, cvs/fedora-glibc-20080103T1958
__ctype_toupper_loc): Add __THROW.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d33e6700df..6deb5ddf31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-01-03 Jakub Jelinek <jakub@redhat.com> + + * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc, + __ctype_toupper_loc): Add __THROW. + 2008-01-02 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix |