Fix a typo

This commit is contained in:
Gregory Nutt 2014-10-06 08:11:03 -06:00
parent a5b4a4161b
commit 39c26d4cd4
1 changed files with 1 additions and 1 deletions

View File

@ -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
}