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
feat: sector rwm ops test code
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
lunistd.h
diff --git
a/lunaix-os/includes/lunaix/lunistd.h
b/lunaix-os/includes/lunaix/lunistd.h
index 42c432018dda74d4437ec810ab4717f2b6b3bf86..c16f2b09fc6d14c4c326dd7397805ba4fcbc09a0 100644
(file)
--- a/
lunaix-os/includes/lunaix/lunistd.h
+++ b/
lunaix-os/includes/lunaix/lunistd.h
@@
-18,4
+18,10
@@
__LXSYSCALL1(void, _exit, int, status)
__LXSYSCALL1(unsigned int, sleep, unsigned int, seconds)
+__LXSYSCALL(int, pause)
+
+__LXSYSCALL2(int, kill, pid_t, pid, int, signum)
+
+__LXSYSCALL1(unsigned int, alarm, unsigned int, seconds)
+
#endif /* __LUNAIX_UNISTD_H */