summaryrefslogtreecommitdiff
path: root/include/asm-sh
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2002-12-05 05:57:08 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2002-12-05 05:57:08 -0800
commita4ff8dbbda413c8cdcb54a1e99be698559b308b9 (patch)
treeec886e6fdb8a675de21a4c9ccca2dc2395e7c751 /include/asm-sh
parenta42bb8b433cebce4a9bacc0aace917e809b69488 (diff)
[PATCH] sigmask() was mutilply defined
From: Stephen Rothwell <sfr@canb.auug.org.au> Every definition if sigmask() was the same. In one case it was mutilply defined for the arm architecture. This patch removes all the architecture defines of sigmask and moves the generic define from the protection of __HAVE_ARCH_SIG_BITOPS.
Diffstat (limited to 'include/asm-sh')
-rw-r--r--include/asm-sh/signal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-sh/signal.h b/include/asm-sh/signal.h
index 0a6ebb3baae9..07f7fb474850 100644
--- a/include/asm-sh/signal.h
+++ b/include/asm-sh/signal.h
@@ -165,8 +165,6 @@ typedef struct sigaltstack {
#ifdef __KERNEL__
#include <asm/sigcontext.h>
-#define sigmask(sig) (1UL << ((sig) - 1))
-
#endif /* __KERNEL__ */
#endif /* __ASM_SH_SIGNAL_H */