From 55883ce3ea110042daa0e97d79f99c55585c7fc9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 10 Jul 2002 20:52:49 +0000 Subject: [PATCH] [libc] (GLIBC_2.2.6): Add __nanosleep. --- posix/Versions | 4 ++++ 1 file changed, 4 insertions(+) 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; + } } -- 2.47.2