mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Update.
2000-12-13 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Fix typo. Reported by Michael Kerrisk <mtk16@ext.canterbury.ac.nz>.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2000-12-13 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/sigpending.c (sigpending): Fix typo.
|
||||||
|
Reported by Michael Kerrisk <mtk16@ext.canterbury.ac.nz>.
|
||||||
|
|
||||||
2000-12-11 Andreas Jaeger <aj@suse.de>
|
2000-12-11 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/mips/kernel_sigaction.h: Declare
|
* sysdeps/unix/sysv/linux/mips/kernel_sigaction.h: Declare
|
||||||
|
@ -44,7 +44,7 @@ sigpending (set)
|
|||||||
#if __ASSUME_REALTIME_SIGNALS > 0
|
#if __ASSUME_REALTIME_SIGNALS > 0
|
||||||
return INLINE_SYSCALL (rt_sigpending, 2, CHECK_SIGSET (set), _NSIG / 8);
|
return INLINE_SYSCALL (rt_sigpending, 2, CHECK_SIGSET (set), _NSIG / 8);
|
||||||
#else
|
#else
|
||||||
# ifdef __NR_rt_pending
|
# ifdef __NR_rt_sigpending
|
||||||
/* First try the RT signals. */
|
/* First try the RT signals. */
|
||||||
if (!__libc_missing_rt_sigs)
|
if (!__libc_missing_rt_sigs)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user