include/signal.h: Add commented out definition of the si_addr field.
This commit is contained in:
parent
abf91df188
commit
24f5cde922
@ -329,6 +329,9 @@ struct siginfo
|
|||||||
pid_t si_pid; /* Sending task ID */
|
pid_t si_pid; /* Sending task ID */
|
||||||
int si_status; /* Exit value or signal (SIGCHLD only). */
|
int si_status; /* Exit value or signal (SIGCHLD only). */
|
||||||
#endif
|
#endif
|
||||||
|
#if 0 /* Not implemented */
|
||||||
|
FAR void *si_addr; /* Report address with SIGFPE, SIGSEGV, or SIGBUS */
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifndef __SIGINFO_T_DEFINED
|
#ifndef __SIGINFO_T_DEFINED
|
||||||
|
Loading…
Reference in New Issue
Block a user