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 /Versions.def | |
parent | 5b353be3b69fcea9b911fc1ef3980ed3f1a87d45 (diff) | |
download | glibc-92d12cd75e8a09e0ab9092d0f212c4cf86118bb3.tar.gz |
* 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 'Versions.def')
-rw-r--r-- | Versions.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Versions.def b/Versions.def index 062a94730d..b492caaf0b 100644 --- a/Versions.def +++ b/Versions.def @@ -21,6 +21,7 @@ libc { GLIBC_2.3.3 GLIBC_2.3.4 GLIBC_2.4 + GLIBC_2.5 %ifdef USE_IN_LIBIO HURD_CTHREADS_0.3 %endif |