summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuttx/libc/aio/lio_listio.c2
1 files changed, 1 insertions, 1 deletions
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
}