aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-02-16 06:22:14 +0000
committerUlrich Drepper <drepper@redhat.com>2007-02-16 06:22:14 +0000
commit987f54c67c86bbb43e8d88fcaf914bdb5b3dc846 (patch)
tree78d1f32df2aaf5c0cebe207e82c2923740d28dc1 /ChangeLog
parent06c17c788b6cbd81e4fceab455f29feb7f3043b2 (diff)
downloadglibc-987f54c67c86bbb43e8d88fcaf914bdb5b3dc846.zip
glibc-987f54c67c86bbb43e8d88fcaf914bdb5b3dc846.tar.gz
glibc-987f54c67c86bbb43e8d88fcaf914bdb5b3dc846.tar.bz2
* sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
change: don't pass NULL in place of an integer.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52058a1..0398349 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-02-15 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
+ change: don't pass NULL in place of an integer.
+
2007-02-02 Bruno Haible <bruno@clisp.org>
[BZ #3954]