mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Add si_errno to siginfo_t
This commit is contained in:
@@ -116,6 +116,7 @@ int pthread_kill(pthread_t thread, int signo)
|
||||
|
||||
info.si_signo = signo;
|
||||
info.si_code = SI_USER;
|
||||
info.si_errno = EINTR;
|
||||
info.si_value.sival_ptr = NULL;
|
||||
#ifdef CONFIG_SCHED_HAVE_PARENT
|
||||
info.si_pid = rtcb->pid;
|
||||
|
||||
Reference in New Issue
Block a user