From 0edf94158596b35cd4fedfc9bcccdad9de49820e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 6 Oct 2014 08:11:03 -0600 Subject: Fix a typo --- nuttx/libc/aio/lio_listio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuttx/libc/aio/lio_listio.c b/nuttx/libc/aio/lio_listio.c index 45bb87bcf..d4741374a 100644 --- a/nuttx/libc/aio/lio_listio.c +++ b/nuttx/libc/aio/lio_listio.c @@ -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 } -- cgit v1.2.3