summaryrefslogtreecommitdiff
path: root/05/stdc_common.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-02-16 13:33:35 -0500
committerpommicket <pommicket@gmail.com>2022-02-16 13:34:57 -0500
commitc6f1a399afc367271ada1d58f09fc00e3d298ce8 (patch)
treef89650d7dcf089c3d32fa417883da094d8b9c92d /05/stdc_common.h
parent408e9b0e81342b1e65870f35fc5e4e8b566c9c69 (diff)
signal.h
Diffstat (limited to '05/stdc_common.h')
-rw-r--r--05/stdc_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/05/stdc_common.h b/05/stdc_common.h
index af30b06..10144a8 100644
--- a/05/stdc_common.h
+++ b/05/stdc_common.h
@@ -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