New Linux syscalls process_vm_readv and process_vm_writev
[platform/upstream/glibc.git] / sysdeps / unix / sysv / linux / Versions
index 3a3e8e8..7f2f1b9 100644 (file)
@@ -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;