about summary refs log tree commit diff
path: root/posix
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-07-10 20:52:49 +0000
committerUlrich Drepper <drepper@redhat.com>2002-07-10 20:52:49 +0000
commit55883ce3ea110042daa0e97d79f99c55585c7fc9 (patch)
tree248338b8f1eda1817cd3c4d9dffd74357e9b9852 /posix
parent1f4e065c5c51d6cf834766bd586c841978d343c9 (diff)
downloadglibc-55883ce3ea110042daa0e97d79f99c55585c7fc9.tar.gz
glibc-55883ce3ea110042daa0e97d79f99c55585c7fc9.tar.xz
glibc-55883ce3ea110042daa0e97d79f99c55585c7fc9.zip
[libc] (GLIBC_2.2.6): Add __nanosleep.
Diffstat (limited to 'posix')
-rw-r--r--posix/Versions4
1 files changed, 4 insertions, 0 deletions
diff --git a/posix/Versions b/posix/Versions
index a302f7bed3..3da3dc160e 100644
--- a/posix/Versions
+++ b/posix/Versions
@@ -113,4 +113,8 @@ libc {
     # Extended Interface.
     fnmatch;
   }
+  GLIBC_2.2.6 {
+    # For syscall wrapper
+    __nanosleep;
+  }
 }