jehanne: add SEGV_MAPERR and SEGV_ACCERR to signal.h

This commit is contained in:
Giacomo Tesio 2017-10-05 00:16:13 +02:00
parent 18f83f51ea
commit cd23503dfd
1 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,9 @@ typedef PosixSignalMask sigset_t;
/* Signal Actions, P1003.1b-1993, p. 64 */
/* si_code values, p. 66 */
#define SEGV_MAPERR PosixSIFaultMapError
#define SEGV_ACCERR PosixSIFaultAccessError
#define CLD_EXITED PosixSIChildExited /* On SIGCHLD */
#define CLD_KILLED PosixSIChildKilled
#define CLD_DUMPED PosixSIChildKilled