MN10300: Fix SIGRTMAX
authorMark Salter <msalter@redhat.com>
Thu, 23 Sep 2010 17:04:28 +0000 (18:04 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Sep 2010 17:20:57 +0000 (10:20 -0700)
SIGRTMAX should be _NSIG not _NSIG-1.

Signed-off-by: Mark Salter <msalter@redhat.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/mn10300/include/asm/signal.h

index 7e891fc..1865d72 100644 (file)
@@ -78,7 +78,7 @@ typedef unsigned long sigset_t;
 
 /* These should not be considered constants from userland.  */
 #define SIGRTMIN       32
-#define SIGRTMAX       (_NSIG-1)
+#define SIGRTMAX       _NSIG
 
 /*
  * SA_FLAGS values: