about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-11-01 09:59:32 -0400
committerUlrich Drepper <drepper@gmail.com>2011-11-01 09:59:32 -0400
commit78239589cd8c6667886b94c4db146109855f417a (patch)
tree414632101a3b258315dfc17551288d54a246eed6 /sysdeps/unix/sysv/linux/Versions
parent432d41ceecf5df8cfbc5a1db0cee9190f07ec1ca (diff)
downloadglibc-78239589cd8c6667886b94c4db146109855f417a.tar.gz
glibc-78239589cd8c6667886b94c4db146109855f417a.tar.xz
glibc-78239589cd8c6667886b94c4db146109855f417a.zip
New Linux syscalls process_vm_readv and process_vm_writev
Diffstat (limited to 'sysdeps/unix/sysv/linux/Versions')
-rw-r--r--sysdeps/unix/sysv/linux/Versions3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Versions b/sysdeps/unix/sysv/linux/Versions
index 3a3e8e8c2b..7f2f1b9ffe 100644
--- a/sysdeps/unix/sysv/linux/Versions
+++ b/sysdeps/unix/sysv/linux/Versions
@@ -163,6 +163,9 @@ libc {
 
     sendmmsg;
   }
+  GLIBC_2.15 {
+    process_vm_readv; process_vm_writev;
+  }
   GLIBC_PRIVATE {
     # functions used in other libraries
     __syscall_rt_sigqueueinfo;