提交 a6ef9c8f 编写于 作者: M Mark Salter 提交者: Linus Torvalds

MN10300: Fix SIGRTMAX

SIGRTMAX should be _NSIG not _NSIG-1.
Signed-off-by: NMark Salter <msalter@redhat.com>
Signed-off-by: NDavid Howells <dhowells@redhat.com>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 fd429a08
...@@ -78,7 +78,7 @@ typedef unsigned long sigset_t; ...@@ -78,7 +78,7 @@ typedef unsigned long sigset_t;
/* These should not be considered constants from userland. */ /* These should not be considered constants from userland. */
#define SIGRTMIN 32 #define SIGRTMIN 32
#define SIGRTMAX (_NSIG-1) #define SIGRTMAX _NSIG
/* /*
* SA_FLAGS values: * SA_FLAGS values:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册