diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-05 20:21:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-05 20:21:09 +0000 |
commit | 0d4acd0fe5bdd3f92a6648767f089dd1b6db834f (patch) | |
tree | b18a27b84a33c2d28b1633beac2060ae8d4fa6fb /ChangeLog | |
parent | 998cbccf508de34fdeed7fbd706a1ad9256a908f (diff) | |
download | glibc-0d4acd0fe5bdd3f92a6648767f089dd1b6db834f.tar.gz glibc-0d4acd0fe5bdd3f92a6648767f089dd1b6db834f.tar.xz glibc-0d4acd0fe5bdd3f92a6648767f089dd1b6db834f.zip |
Update.
* string/strcoll.c: Use uint32_t instead of u_int32_t. 1998-05-05 Ulrich Drepper <drepper@cygnus.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2607270f76..14b208c354 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 1998-05-05 Ulrich Drepper <drepper@cygnus.com> + * string/strcoll.c: Use uint32_t instead of u_int32_t. + +1998-05-05 Ulrich Drepper <drepper@cygnus.com> + * libio/stdio.h: Fix typo in __REDIRECT. * io/sys/stat.h: Likewise. Reported by Myles Uyema <myles@uyema.nws.net>. |