This commit is contained in:
pommicket 2022-02-16 13:33:35 -05:00
parent 408e9b0e81
commit c6f1a399af
3 changed files with 18 additions and 18 deletions

View file

@ -110,6 +110,7 @@ int getpid(void) {
#define SIGABRT 6
#define SIGFPE 8
#define SIGKILL 9
#define SIGILL 4
#define SIGINT 2
#define SIGSEGV 11