mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-24 14:41:06 +08:00
2004-12-27 Ulrich Drepper <drepper@redhat.com>
[BZ #744] * include/signal.h: Define __sigemptyset.
This commit is contained in:
parent
9b578e1cb1
commit
f968b75324
@ -48,6 +48,9 @@ extern int __sigpause (int sig_or_mask, int is_sig);
|
||||
extern int __default_sigpause (int mask);
|
||||
extern int __xpg_sigpause (int sig);
|
||||
|
||||
/* Simplified sigemptyset() implementation without the parameter checking. */
|
||||
#undef __sigemptyset
|
||||
#define __sigemptyset(ss) (memset (ss, '\0', sizeof (sigset_t)), 0)
|
||||
|
||||
|
||||
/* Allocate real-time signal with highest/lowest available priority. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user