summaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/signal.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-04-29 21:13:14 +0000
committer <ralf@linux-mips.org>1997-04-29 21:13:14 +0000
commit19c9bba94152148523ba0f7ef7cffe3d45656b11 (patch)
tree40b1cb534496a7f1ca0f5c314a523c69f1fee464 /include/asm-sparc/signal.h
parent7206675c40394c78a90e74812bbdbf8cf3cca1be (diff)
Import of Linux/MIPS 2.1.36
Diffstat (limited to 'include/asm-sparc/signal.h')
-rw-r--r--include/asm-sparc/signal.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/include/asm-sparc/signal.h b/include/asm-sparc/signal.h
index 2cc321d13..d2e4e7eab 100644
--- a/include/asm-sparc/signal.h
+++ b/include/asm-sparc/signal.h
@@ -1,4 +1,4 @@
-/* $Id: signal.h,v 1.29 1996/10/27 08:55:45 davem Exp $ */
+/* $Id: signal.h,v 1.30 1996/12/24 08:59:36 davem Exp $ */
#ifndef _ASMSPARC_SIGNAL_H
#define _ASMSPARC_SIGNAL_H
@@ -161,17 +161,6 @@ struct sigaction {
void (*sa_restorer) (void); /* not used by Linux/SPARC yet */
};
-#ifdef __KERNEL__
-
-/* use the following macro to get the size of a sigaction struct
- when copying to/from userland */
-#define SIGACTION_SIZE(personality) (((personality) & PER_BSD)?\
- sizeof(struct sigaction)-sizeof(void *):\
- sizeof(struct sigaction))
-
-#endif /* __KERNEL__ */
-
-
#endif /* !(__ASSEMBLY__) */
#endif /* !(_ASMSPARC_SIGNAL_H) */