https://github.com/torvalds/linux
Raw File
Tip revision: fad01e866afdbe01a1f3ec06a39c3a8b9e197014 authored by Linus Torvalds on 02 June 2014, 02:12:24 UTC
Linux 3.15-rc8
Tip revision: fad01e8
signal.h
#ifndef __ASM_GENERIC_SIGNAL_H
#define __ASM_GENERIC_SIGNAL_H

#include <uapi/asm-generic/signal.h>

#ifndef __ASSEMBLY__
#ifdef SA_RESTORER
#endif

#include <asm/sigcontext.h>
#undef __HAVE_ARCH_SIG_BITOPS

#endif /* __ASSEMBLY__ */
#endif /* _ASM_GENERIC_SIGNAL_H */
back to top