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: No more kernel page table switching upon interrupt.
[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 12faab5fdf0721dcea693669f4ef76aa3c1f452e..a7ac03b63a269c0b3ab08dbebc0415867a20873c 100644
(file)
--- a/
lunaix-os/includes/lunaix/lunistd.h
+++ b/
lunaix-os/includes/lunaix/lunistd.h
@@
-18,4
+18,6
@@
__LXSYSCALL1(void, _exit, int, status)
__LXSYSCALL1(unsigned int, sleep, unsigned int, seconds)
+__LXSYSCALL1(pid_t, wait, int*, status);
+
#endif /* __LUNAIX_UNISTD_H */