]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - time/Versions
Finish move of clock_* functions to libc. [BZ #24959]
[thirdparty/glibc.git] / time / Versions
index fd838181e4f0969dbd9a553d0378a7e8d4a90eff..8788e192ce358d77bacd854a13a53787930ff73f 100644 (file)
@@ -49,6 +49,10 @@ libc {
   GLIBC_2.2 {
     # w*
     wcsftime;
+
+    # c*; actually in librt in version 2.2, moved to libc in 2.17
+    clock_getres; clock_gettime; clock_settime; clock_getcpuclockid;
+    clock_nanosleep;
   }
   GLIBC_2.3 {
     # these internal names are used by libstdc++
@@ -65,4 +69,13 @@ libc {
   GLIBC_2.16 {
     timespec_get;
   }
+  GLIBC_2.17 {
+    # c*
+    clock_getres; clock_gettime; clock_settime; clock_getcpuclockid;
+    clock_nanosleep;
+  }
+  GLIBC_PRIVATE {
+    # same as clock_gettime; used in other libraries
+    __clock_gettime;
+  }
 }