]> sourceware.org Git - glibc.git/blobdiff - sysdeps/unix/sysv/linux/Versions
Export new symbol.
[glibc.git] / sysdeps / unix / sysv / linux / Versions
index 0fa782a0d76d0f5faca126fd4b44b3d0509e761e..24ea75e1acd56f428da5eb2caf0ebd96e8b060a8 100644 (file)
@@ -115,10 +115,49 @@ libc {
   GLIBC_2.3.4 {
     sched_getaffinity; sched_setaffinity;
   }
-  GLIBC_PRIVATE {
-    # needed by libpthread.
-    __libc_sigaction;
+  GLIBC_2.4 {
+    inotify_init; inotify_add_watch; inotify_rm_watch;
+
+    unshare;
+
+    #errlist-compat    132
+    _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
+  }
+  GLIBC_2.5 {
+    splice; tee; vmsplice;
+  }
+  GLIBC_2.6 {
+    epoll_pwait; sync_file_range; sched_getcpu;
+  }
+  GLIBC_2.7 {
+    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;
+  }
+  GLIBC_PRIVATE {
     # functions used in other libraries
     __syscall_rt_sigqueueinfo;
   }
This page took 0.02937 seconds and 5 git commands to generate.