sparc: switch to use of generic old sigaction
[deliverable/linux.git] / arch / sparc / include / uapi / asm / signal.h
index 284836f0b7dcca0dcd69ecf206fc16689a0342e5..f387400fcfdf1562b5a586552d3b4ce46de28f2f 100644 (file)
@@ -160,7 +160,6 @@ struct __new_sigaction {
        __sigrestore_t          sa_restorer;  /* not used by Linux/SPARC yet */
        __new_sigset_t          sa_mask;
 };
-#endif
 
 struct __old_sigaction {
        __sighandler_t          sa_handler;
@@ -168,6 +167,7 @@ struct __old_sigaction {
        unsigned long           sa_flags;
        void                    (*sa_restorer)(void);  /* not used by Linux/SPARC yet */
 };
+#endif
 
 typedef struct sigaltstack {
        void                    __user *ss_sp;
This page took 0.025611 seconds and 5 git commands to generate.