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