blob: b0de54434383edc12c4328c7300a8d027ae06bde [file] [log] [blame]
/*
*
* Architecture-specific signal definitions
*
*/
#ifndef _KLIBC_ARCHSIGNAL_H
#define _KLIBC_ARCHSIGNAL_H
#define __WANT_POSIX1B_SIGNALS__
#include <linux/signal.h>
/* Not actually used by the kernel... */
#define SA_RESTORER 0x80000000
#endif