From: Ulrich Drepper Date: Wed, 10 Jul 2002 20:52:49 +0000 (+0000) Subject: [libc] (GLIBC_2.2.6): Add __nanosleep. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55883ce3ea110042daa0e97d79f99c55585c7fc9;p=thirdparty%2Fglibc.git [libc] (GLIBC_2.2.6): Add __nanosleep. --- diff --git a/posix/Versions b/posix/Versions index a302f7bed31..3da3dc160e2 100644 --- a/posix/Versions +++ b/posix/Versions @@ -113,4 +113,8 @@ libc { # Extended Interface. fnmatch; } + GLIBC_2.2.6 { + # For syscall wrapper + __nanosleep; + } }