1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Modified 1998-2001, 2003
4 * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
6 * Unfortunately, this file is being included by bits/signal.h in
7 * glibc-2.x. Hence the #ifdef __KERNEL__ ugliness.
9 #ifndef _ASM_IA64_SIGNAL_H
10 #define _ASM_IA64_SIGNAL_H
12 #include <uapi/asm/signal.h>
17 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)
21 /* Most things should be clean enough to redefine this at will, if care
22 is taken to make libc match. */
24 typedef unsigned long old_sigset_t
;
27 unsigned long sig
[_NSIG_WORDS
];
30 # include <asm/sigcontext.h>
32 # endif /* !__ASSEMBLY__ */
33 #endif /* _ASM_IA64_SIGNAL_H */