mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Add si_errno to siginfo_t
This commit is contained in:
@@ -216,6 +216,7 @@ struct siginfo
|
||||
{
|
||||
uint8_t si_signo; /* Identifies signal */
|
||||
uint8_t si_code; /* Source: SI_USER, SI_QUEUE, SI_TIMER, SI_ASYNCIO, or SI_MESGQ */
|
||||
uint8_t si_errno; /* Zero or errno value associated with signal */
|
||||
union sigval si_value; /* Data passed with signal */
|
||||
#ifdef CONFIG_SCHED_HAVE_PARENT
|
||||
pid_t si_pid; /* Sending task ID */
|
||||
|
||||
Reference in New Issue
Block a user