diff options
author | Roland McGrath <roland@gnu.org> | 2005-11-07 23:00:18 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-11-07 23:00:18 +0000 |
commit | 2182b1ea1796c09a90a996f01bbc48760a177b72 (patch) | |
tree | 8e2b1115682ffaeeae537b60430d868a2500d521 /ChangeLog | |
parent | 0809061421af39c28986f118b439bdcb81bbcef1 (diff) | |
download | glibc-2182b1ea1796c09a90a996f01bbc48760a177b72.tar.gz glibc-2182b1ea1796c09a90a996f01bbc48760a177b72.tar.xz glibc-2182b1ea1796c09a90a996f01bbc48760a177b72.zip |
* malloc/malloc.c (munmap_chunk): Suppress warnings from last change.
* sysdeps/unix/sysv/linux/tcflush.c: Rewritten. * sysdeps/unix/sysv/linux/tcflow.c: Rewritten.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9705085966..8f19ac70d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ 2005-11-07 Roland McGrath <roland@redhat.com> + * malloc/malloc.c (munmap_chunk): Suppress warnings from last change. + * sysdeps/unix/bsd/sun: Directory and all subdirectories removed, saved in ports repository. + * sysdeps/unix/sysv/linux/tcflush.c: Rewritten. + * sysdeps/unix/sysv/linux/tcflow.c: Rewritten. 2005-11-06 Ulrich Drepper <drepper@redhat.com> |