X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/e66387b252f36c894d79769cbfb178bc950600d4..6a279840b778869d8a80b6ef179d0114de12d0d4:/lunaix-os/includes/lunaix/proc.h?ds=sidebyside diff --git a/lunaix-os/includes/lunaix/proc.h b/lunaix-os/includes/lunaix/proc.h index eafae4f..f4de8cf 100644 --- a/lunaix-os/includes/lunaix/proc.h +++ b/lunaix-os/includes/lunaix/proc.h @@ -10,4 +10,6 @@ __LXSYSCALL1(pid_t, wait, int*, status); __LXSYSCALL3(pid_t, waitpid, pid_t, pid, int*, status, int, options); +__LXSYSCALL(int, geterrno); + #endif /* __LUNAIX_SYS_H */