]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(GLIBC_2.2.6): Add __nanosleep.
authorUlrich Drepper <drepper@redhat.com>
Wed, 10 Jul 2002 20:54:00 +0000 (20:54 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 10 Jul 2002 20:54:00 +0000 (20:54 +0000)
linuxthreads/Versions

index 2e7c11aff611ac8989d4545d1d648c3685365cf9..72fd618cefa22a81713e0c181add8ff7611b9bf7 100644 (file)
@@ -156,4 +156,8 @@ libpthread {
     # Extensions.
     pthread_getattr_np;
   }
+  GLIBC_2.2.6 {
+    # Cancellation wrapper
+    __nanosleep;
+  }
 }