]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
[GLIBC_2.1.3] (libc): Export __sigsuspend.
authorUlrich Drepper <drepper@redhat.com>
Sun, 2 Jan 2000 18:24:50 +0000 (18:24 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 2 Jan 2000 18:24:50 +0000 (18:24 +0000)
signal/Versions

index a24dc03aa6972c74c124ccd398516cd663124e6d..21fc5a5ae81dcb7d424b301d8e07fc013985d0be 100644 (file)
@@ -41,4 +41,8 @@ libc {
     # New RT signal functions.
     sigqueue; sigtimedwait; sigwaitinfo;
   }
+  GLIBC_2.1.3 {
+    # LinuxThreads needs this entry point.
+    __sigsuspend;
+  }
 }