blob: 6c8ec77ca8e2a803f0a96e923a63c6a077c5b1d4 [file] [log] [blame]
/*
* arch/x86_64/include/klibc/archsignal.h
*
* Architecture-specific signal definitions
*
*/
#ifndef _KLIBC_ARCHSIGNAL_H
#define _KLIBC_ARCHSIGNAL_H
#include <asm/signal.h>
/* The x86-64 headers defines NSIG 32, but it's actually 64 */
#undef _NSIG
#undef NSIG
#define _NSIG 64
#define NSIG _NSIG
#endif