diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-02-16 06:22:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-02-16 06:22:14 +0000 |
commit | 987f54c67c86bbb43e8d88fcaf914bdb5b3dc846 (patch) | |
tree | 78d1f32df2aaf5c0cebe207e82c2923740d28dc1 /ChangeLog | |
parent | 06c17c788b6cbd81e4fceab455f29feb7f3043b2 (diff) | |
download | glibc-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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] |