diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-09 02:04:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-09 02:04:45 +0000 |
commit | 062ad132240ff74929001456bf1c62c1f1f94c86 (patch) | |
tree | a78745016b263eff8041c1bf1720c16d10017a66 /ChangeLog | |
parent | 9d0cdc0eeaf8b0ca19bf04c5e18b00d965fcd0a8 (diff) | |
download | glibc-062ad132240ff74929001456bf1c62c1f1f94c86.zip glibc-062ad132240ff74929001456bf1c62c1f1f94c86.tar.gz glibc-062ad132240ff74929001456bf1c62c1f1f94c86.tar.bz2 |
Update.
* sysdeps/unix/sysv/linux/bits/socket.h (__SCM_CONNECT): Removed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2004-09-08 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/bits/socket.h (__SCM_CONNECT): Removed. + * malloc/malloc.c (_int_free): Add inexpensive double free test. 2004-09-08 Roland McGrath <roland@redhat.com> |