diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-12-29 23:21:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-12-29 23:21:21 +0000 |
commit | 5703f4727380ca751da51a94664689b5e97dc89f (patch) | |
tree | 42a7904610946d5219f9d8c9a3e8eba9be1d7aac /ChangeLog | |
parent | 0f2ae55cf707947688bd28b55899a148fd3d7646 (diff) | |
download | glibc-5703f4727380ca751da51a94664689b5e97dc89f.tar.gz glibc-5703f4727380ca751da51a94664689b5e97dc89f.tar.xz glibc-5703f4727380ca751da51a94664689b5e97dc89f.zip |
* wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
* wctype/Makefile (tests): Add bug-wctypeh. * wctype/bug-wctypeh.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 333c502451..22d8804e41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ [BZ #9694] * wcsmbs/wchar.h: Move undefs for local __need_* constants to the very end. + * wctype/wctype.h: Get wint_t definition directly from <stddef.h>. + * wctype/Makefile (tests): Add bug-wctypeh. + * wctype/bug-wctypeh.c: New file. * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if LOCALDOMAIN is defined. |