summaryrefslogtreecommitdiff
path: root/userland/libc/include/signal.h
diff options
context:
space:
mode:
authorAnton Kling <anton@kling.gg>2024-04-29 18:00:20 +0200
committerAnton Kling <anton@kling.gg>2024-04-29 18:00:20 +0200
commit7d2ab3a71f4bda9d8ee997764d98b29e13a902c5 (patch)
tree6dcdc7a674a8047a2dba3e95d3be91b4e3161bd5 /userland/libc/include/signal.h
parentd60fa1fc01e600c4a163bbe82fab3f1986cb1476 (diff)
Kernel/Socket: Move sockets back to being file descriptors
Diffstat (limited to 'userland/libc/include/signal.h')
-rw-r--r--userland/libc/include/signal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/userland/libc/include/signal.h b/userland/libc/include/signal.h
index a241015..42702b2 100644
--- a/userland/libc/include/signal.h
+++ b/userland/libc/include/signal.h
@@ -13,6 +13,7 @@
#define SIGKILL 9
#define SIGFPE 10
#define SIGTERM 15
+#define SIG_DFL 16
typedef int pid_t;
typedef int sigset_t;