diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-05-21 23:39:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-05-21 23:39:35 +0000 |
commit | e92799fc450f529c860fefe3068df782b7041b9b (patch) | |
tree | 196a90579ba82e2e45a497db41bc08b45b5fc406 /ChangeLog | |
parent | d8e763c60eba701cee64c03b767a8159823c6ea2 (diff) | |
download | glibc-e92799fc450f529c860fefe3068df782b7041b9b.tar glibc-e92799fc450f529c860fefe3068df782b7041b9b.tar.gz glibc-e92799fc450f529c860fefe3068df782b7041b9b.tar.bz2 glibc-e92799fc450f529c860fefe3068df782b7041b9b.zip |
* string/endian.h: Define new fixed-size hto* and *toh macros only
is __USE_BSD.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2008-05-21 Ulrich Drepper <drepper@redhat.com> + * string/endian.h: Define new fixed-size hto* and *toh macros only + is __USE_BSD. + * iconvdata/Depend: Add localedata. 2008-05-21 Samuel Thibault <samuel.thibault@ens-lyon.org> |