refactor: restructure the user space stuff.
[lunaix-os.git] / lunaix-os / includes / lunaix / signal.h
index c815c4f7cdf694332c77ba849cc5bc79facc5afa..dbe9ce5c9c212af1d28fe167558615b65049743b 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __LUNAIX_SIGNAL_H
 #define __LUNAIX_SIGNAL_H
 
-#include <signal_defs.h>
+#include <usr/lunaix/signal_defs.h>
 
 #define _SIG_NUM 16
 
@@ -28,4 +28,7 @@
 #define _SIG_UNBLOCK SIG_UNBLOCK
 #define _SIG_SETMASK SIG_SETMASK
 
+int
+signal_send(pid_t pid, int signum);
+
 #endif /* __LUNAIX_SIGNAL_H */