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.
1 parent b142f37 commit 3178e0aCopy full SHA for 3178e0a
components/lwp/lwp_signal.c
@@ -29,7 +29,7 @@
29
30
rt_inline rt_err_t valid_signo_check(unsigned long sig)
31
{
32
- return sig <= _LWP_NSIG ? 0 : -RT_EINVAL;
+ return sig <= _LWP_NSIG ? 0 : -RT_EINVAL;
33
}
34
35
static lwp_siginfo_t siginfo_create(rt_thread_t current, int signo, int code, lwp_siginfo_ext_t ext)
0 commit comments