We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
POSIX_RTSIG_MAX
1 parent 8f439d6 commit 6f4396eCopy full SHA for 6f4396e
lib/posix/options/signal.c
@@ -14,7 +14,9 @@
14
#define SIGNO_WORD_IDX(_signo) (_signo / BITS_PER_LONG)
15
#define SIGNO_WORD_BIT(_signo) (_signo & BIT_MASK(LOG2(BITS_PER_LONG)))
16
17
+#ifdef CONFIG_POSIX_REALTIME_SIGNALS
18
BUILD_ASSERT(CONFIG_POSIX_RTSIG_MAX >= 0);
19
+#endif
20
21
static inline bool signo_valid(int signo)
22
{
0 commit comments