Update.
* sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Fix typo.
This commit is contained in:
parent
48f936a240
commit
505b474df4
@ -1,5 +1,8 @@
|
||||
2002-12-20 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Fix
|
||||
typo.
|
||||
|
||||
* sysdeps/unix/sysv/linux/alpha/bits/shm.h: Define SHM_HUGETLB.
|
||||
* sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
|
||||
* sysdeps/unix/sysv/linux/hppa/bits/shm.h: Likewise.
|
||||
|
@ -131,9 +131,9 @@ __libc_sigaction (int sig, const struct sigaction *act, struct sigaction *oact)
|
||||
k_newact.sa_restorer = &restore;
|
||||
}
|
||||
|
||||
result = INTERNAL_SYCALL (sigaction, 3, sig,
|
||||
act ? __ptrvalue (&k_newact) : 0,
|
||||
oact ? __ptrvalue (&k_oldact) : 0);
|
||||
result = INTERNAL_SYSCALL (sigaction, 3, sig,
|
||||
act ? __ptrvalue (&k_newact) : 0,
|
||||
oact ? __ptrvalue (&k_oldact) : 0);
|
||||
|
||||
if (result < 0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user