diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-03-31 16:18:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-03-31 16:18:10 +0000 |
commit | 92d12cd75e8a09e0ab9092d0f212c4cf86118bb3 (patch) | |
tree | 240c1529bb4ce62c90dcfe71b18925a119bdbddc /ChangeLog | |
parent | 5b353be3b69fcea9b911fc1ef3980ed3f1a87d45 (diff) | |
download | glibc-92d12cd75e8a09e0ab9092d0f212c4cf86118bb3.tar glibc-92d12cd75e8a09e0ab9092d0f212c4cf86118bb3.tar.gz glibc-92d12cd75e8a09e0ab9092d0f212c4cf86118bb3.tar.bz2 glibc-92d12cd75e8a09e0ab9092d0f212c4cf86118bb3.zip |
* sysdeps/unix/sysv/linux/syscalls.list: Add splice syscall.
* sysdeps/unix/sysv/linux/Versions: Export splice with GLIBC_2.5
version.
* Versions.def: Define GLIBC_2.5 for libc.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-03-31 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/syscalls.list: Add splice syscall. + * sysdeps/unix/sysv/linux/Versions: Export splice with GLIBC_2.5 + version. + * Versions.def: Define GLIBC_2.5 for libc. + 2006-03-29 Ulrich Drepper <drepper@redhat.com> * sysdeps/posix/getaddrinfo.c (gaih_inet): No need to duplicate |