Fix a typo
This commit is contained in:
parent
a5b4a4161b
commit
39c26d4cd4
|
@ -208,7 +208,7 @@ static void lio_sighandler(int signo, siginfo_t *info, void *ucontext)
|
||||||
(void)sigqueue(sighand->pid, sighand->sig->sigev_signo,
|
(void)sigqueue(sighand->pid, sighand->sig->sigev_signo,
|
||||||
sighand->sig->sigev_value);
|
sighand->sig->sigev_value);
|
||||||
#else
|
#else
|
||||||
(void)sigqueue(sighand->aio_pid, sighand->sig.sigev_sign,
|
(void)sigqueue(sighand->pid, sighand->sig->sigev_signo,
|
||||||
sighand->sig->sigev_value.sival_ptr);
|
sighand->sig->sigev_value.sival_ptr);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue