New Linux syscalls process_vm_readv and process_vm_writev
[platform/upstream/glibc.git] / sysdeps / unix / sysv / linux / Versions
index eac6978..7f2f1b9 100644 (file)
@@ -130,7 +130,41 @@ libc {
     epoll_pwait; sync_file_range; sched_getcpu;
   }
   GLIBC_2.7 {
-    signalfd;
+    eventfd; eventfd_read; eventfd_write; signalfd;
+  }
+  GLIBC_2.8 {
+    timerfd_create; timerfd_settime; timerfd_gettime;
+  }
+  GLIBC_2.9 {
+    epoll_create1; inotify_init1;
+  }
+  GLIBC_2.10 {
+    fallocate;
+  }
+  GLIBC_2.12 {
+    #errlist-compat    134
+    _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
+
+    ntp_gettimex;
+
+    recvmmsg;
+  }
+  GLIBC_2.13 {
+    prlimit; prlimit64;
+
+    fanotify_init; fanotify_mark;
+  }
+  GLIBC_2.14 {
+    clock_adjtime;
+
+    name_to_handle_at; open_by_handle_at;
+
+    setns;
+
+    sendmmsg;
+  }
+  GLIBC_2.15 {
+    process_vm_readv; process_vm_writev;
   }
   GLIBC_PRIVATE {
     # functions used in other libraries