Change const to __const and add nonnull attributes.
[platform/upstream/glibc.git] / rt / Versions
index b9cb8da..51bb033 100644 (file)
@@ -8,6 +8,7 @@ librt {
   GLIBC_2.2 {
     # c*
     clock_getres; clock_gettime; clock_settime; clock_getcpuclockid;
+    clock_nanosleep;
 
     # s*
     shm_open; shm_unlink;
@@ -16,4 +17,9 @@ librt {
     timer_create; timer_delete; timer_getoverrun; timer_gettime;
     timer_settime;
   }
+  GLIBC_2.3.4 {
+    # m*
+    mq_open; mq_close; mq_unlink; mq_getattr; mq_setattr;
+    mq_notify; mq_send; mq_receive; mq_timedsend; mq_timedreceive;
+  }
 }