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

index a302f7bed31d90ffffc001490b2fef13da0055da..3da3dc160e2a714547775b623c71e8b33c3ca40d 100644 (file)
@@ -113,4 +113,8 @@ libc {
     # Extended Interface.
     fnmatch;
   }
+  GLIBC_2.2.6 {
+    # For syscall wrapper
+    __nanosleep;
+  }
 }