]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/x86/include/asm/signal.h
x86, signal: Cleanup ifdefs and is_ia32, is_x32
[karo-tx-linux.git] / arch / x86 / include / asm / signal.h
index 598457cbd0f80c47e4cf7759e8d3b6c5de048f06..323973f4abf191a3f9031b0fa767c215f216dba4 100644 (file)
@@ -31,6 +31,10 @@ typedef struct {
        unsigned long sig[_NSIG_WORDS];
 } sigset_t;
 
+#ifndef CONFIG_COMPAT
+typedef sigset_t compat_sigset_t;
+#endif
+
 #else
 /* Here we must cater to libcs that poke about in kernel headers.  */