summaryrefslogtreecommitdiff
path: root/05/tcc-0.9.25
diff options
context:
space:
mode:
Diffstat (limited to '05/tcc-0.9.25')
-rw-r--r--05/tcc-0.9.25/stdc_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/05/tcc-0.9.25/stdc_common.h b/05/tcc-0.9.25/stdc_common.h
index 1540f19..b9ffd9d 100644
--- a/05/tcc-0.9.25/stdc_common.h
+++ b/05/tcc-0.9.25/stdc_common.h
@@ -264,6 +264,7 @@ int wait4(int pid, int *status, int options, struct rusage *rusage) {
#define SIGSEGV 11
#define SIGTERM 15
#define SIGBUS 7
+#define SIGTRAP 5
void abort(void) {
kill(getpid(), SIGABRT);
}