git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
refactor: restructure the user space stuff.
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
signal.h
diff --git
a/lunaix-os/includes/lunaix/signal.h
b/lunaix-os/includes/lunaix/signal.h
index c815c4f7cdf694332c77ba849cc5bc79facc5afa..dbe9ce5c9c212af1d28fe167558615b65049743b 100644
(file)
--- a/
lunaix-os/includes/lunaix/signal.h
+++ b/
lunaix-os/includes/lunaix/signal.h
@@
-1,7
+1,7
@@
#ifndef __LUNAIX_SIGNAL_H
#define __LUNAIX_SIGNAL_H
#ifndef __LUNAIX_SIGNAL_H
#define __LUNAIX_SIGNAL_H
-#include <signal_defs.h>
+#include <
usr/lunaix/
signal_defs.h>
#define _SIG_NUM 16
#define _SIG_NUM 16
@@
-28,4
+28,7
@@
#define _SIG_UNBLOCK SIG_UNBLOCK
#define _SIG_SETMASK SIG_SETMASK
#define _SIG_UNBLOCK SIG_UNBLOCK
#define _SIG_SETMASK SIG_SETMASK
+int
+signal_send(pid_t pid, int signum);
+
#endif /* __LUNAIX_SIGNAL_H */
#endif /* __LUNAIX_SIGNAL_H */