mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Remove CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
This commit is contained in:
@ -22,7 +22,6 @@
|
||||
|
||||
#include <sysdep.h>
|
||||
#include <sys/syscall.h>
|
||||
#include <bp-checks.h>
|
||||
|
||||
#include <kernel-features.h>
|
||||
|
||||
@ -55,7 +54,6 @@ __sigprocmask (how, set, oset)
|
||||
}
|
||||
#endif
|
||||
|
||||
return INLINE_SYSCALL (rt_sigprocmask, 4, how, CHECK_SIGSET_NULL_OK (set),
|
||||
CHECK_SIGSET_NULL_OK (oset), _NSIG / 8);
|
||||
return INLINE_SYSCALL (rt_sigprocmask, 4, how, set, oset, _NSIG / 8);
|
||||
}
|
||||
weak_alias (__sigprocmask, sigprocmask)
|
||||
|
Reference in New Issue
Block a user