X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/e66387b252f36c894d79769cbfb178bc950600d4..6fefc6f5af83f316e18b0cb9dbbde1cea0b98add:/lunaix-os/includes/lunaix/proc.h 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 */