diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-14 07:23:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-14 07:23:50 +0000 |
commit | f218b5f57242863c36eae65d926d4ee545994351 (patch) | |
tree | b8864837a286aaeb3e6226f9c9a95cde8d387077 /ChangeLog | |
parent | ca3c01356495ebfbb315c2984dda8eba88467597 (diff) | |
download | glibc-f218b5f57242863c36eae65d926d4ee545994351.tar.gz glibc-f218b5f57242863c36eae65d926d4ee545994351.tar.xz glibc-f218b5f57242863c36eae65d926d4ee545994351.zip |
Update.
2000-07-14 Ulrich Drepper <drepper@redhat.com> * sunrpc/xdr.c (xdr_u_long): Handle reading of unsigned long on 64-bit architecture correctly [PR libc/1794].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f175d84f2e..9fdb6d9737 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-07-14 Ulrich Drepper <drepper@redhat.com> + + * sunrpc/xdr.c (xdr_u_long): Handle reading of unsigned long on + 64-bit architecture correctly [PR libc/1794]. + 2000-07-13 Ulrich Drepper <drepper@redhat.com> * elf/Versions (ld): Export _dl_out_of_memory for GLIBC_2.2. |