mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
Fix a typo
This commit is contained in:
@@ -208,7 +208,7 @@ static void lio_sighandler(int signo, siginfo_t *info, void *ucontext)
|
||||
(void)sigqueue(sighand->pid, sighand->sig->sigev_signo,
|
||||
sighand->sig->sigev_value);
|
||||
#else
|
||||
(void)sigqueue(sighand->aio_pid, sighand->sig.sigev_sign,
|
||||
(void)sigqueue(sighand->pid, sighand->sig->sigev_signo,
|
||||
sighand->sig->sigev_value.sival_ptr);
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user