summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKAKit/PosixKit
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZKAKit/PosixKit')
-rw-r--r--dev/ZKAKit/PosixKit/Signals.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev/ZKAKit/PosixKit/Signals.h b/dev/ZKAKit/PosixKit/Signals.h
new file mode 100644
index 00000000..498bbf0a
--- /dev/null
+++ b/dev/ZKAKit/PosixKit/Signals.h
@@ -0,0 +1,16 @@
+/* -------------------------------------------
+
+ Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
+
+------------------------------------------- */
+
+#pragma once
+
+#include <NewKit/Defines.h>
+
+typedef Kernel::UInt32 signal_t;
+
+#define SIGKILL 0
+#define SIGPAUS 1
+#define SIGEXEC 2
+#define SIGTRAP 3 \ No newline at end of file