mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 08:38:38 +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 */
|
||||
int si_status; /* Exit value or signal (SIGCHLD only). */
|
||||
#endif
|
||||
#if 0 /* Not implemented */
|
||||
FAR void *si_addr; /* Report address with SIGFPE, SIGSEGV, or SIGBUS */
|
||||
#endif
|
||||
};
|
||||
|
||||
#ifndef __SIGINFO_T_DEFINED
|
||||
|
|
Loading…
Reference in a new issue