diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-02 18:30:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-02 18:30:13 +0000 |
commit | 6f2a8167292f11227d4540f90e933bc29265921c (patch) | |
tree | c56f1e844545f5451945a9bc4b7d4f576910768d /signal | |
parent | 793bd4d9ebc5198ac292437227bec133fc6f4dfc (diff) | |
download | glibc-6f2a8167292f11227d4540f90e933bc29265921c.tar.gz |
Update.
* signal/Versions [GLIBC_2.1.3] (libc): Export __sigsuspend.
* sysdeps/unix/sysv/linux/sparc/sparc32/mmap64.c (__mmap64): Fix
typos (__ASSUME_TRUNCATE64_SYSCALL -> __ASSUME_MMAP2_SYSCALL).
Reported by Philip Blundell <Philip.Blundell@pobox.com>.
Diffstat (limited to 'signal')
-rw-r--r-- | signal/Versions | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/signal/Versions b/signal/Versions index a24dc03aa6..21fc5a5ae8 100644 --- a/signal/Versions +++ b/signal/Versions @@ -41,4 +41,8 @@ libc { # New RT signal functions. sigqueue; sigtimedwait; sigwaitinfo; } + GLIBC_2.1.3 { + # LinuxThreads needs this entry point. + __sigsuspend; + } } |