2 * Modified 1998-2001, 2003
3 * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
5 * Unfortunately, this file is being included by bits/signal.h in
6 * glibc-2.x. Hence the #ifdef __KERNEL__ ugliness.
8 #ifndef _ASM_IA64_SIGNAL_H
9 #define _ASM_IA64_SIGNAL_H
11 #include <uapi/asm/signal.h>
16 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)
20 /* Most things should be clean enough to redefine this at will, if care
21 is taken to make libc match. */
23 typedef unsigned long old_sigset_t
;
26 unsigned long sig
[_NSIG_WORDS
];
29 # include <asm/sigcontext.h>
31 # endif /* !__ASSEMBLY__ */
32 #endif /* _ASM_IA64_SIGNAL_H */