projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd429a0
)
MN10300: Fix SIGRTMAX
author
Mark Salter
<msalter@redhat.com>
Thu, 23 Sep 2010 17:04:28 +0000
(18:04 +0100)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/arch/mn10300/include/asm/signal.h
b/arch/mn10300/include/asm/signal.h
index 7e891fce2370028acea4a56497aafa74c443c0be..1865d72a86ff7cc6823a7be07dbbb0f3907e2518 100644
(file)
--- a/
arch/mn10300/include/asm/signal.h
+++ b/
arch/mn10300/include/asm/signal.h
@@
-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: