Add si_errno to siginfo_t

This commit is contained in:
Gregory Nutt
2015-08-14 10:10:32 -06:00
parent 6df94096ca
commit 768d892188
10 changed files with 16 additions and 5 deletions
+1
View File
@@ -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 */