diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-11-01 19:31:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-11-01 19:31:30 +0000 |
commit | 7659ff27b1a49b894214eee1db9278c96c72daad (patch) | |
tree | c0fab8af7957efd0b13967db17a5340feed9f347 | |
parent | 7c4c1a09164ce5dc132a9a67cebd28f5b8619c24 (diff) | |
download | glibc-7659ff27b1a49b894214eee1db9278c96c72daad.tar.gz glibc-7659ff27b1a49b894214eee1db9278c96c72daad.tar.xz glibc-7659ff27b1a49b894214eee1db9278c96c72daad.zip |
Update.
of unary ~ to size_t.Update.
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 9f6b45ba72..4db22065bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2000-11-01 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/bits/socket.h (CMSG_ALIGN): Cast result - of unary ~ to size_t. + of unary ~ to size_t.Update. * stdlib/strtod.c: Make gcc shut up about SWAP use. |