mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 10:58:49 +08:00
include/signal.h: Add commented out definition of the si_addr field.
This commit is contained in:
parent
abf91df188
commit
24f5cde922
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue