diff options
Diffstat (limited to 'src/user/lib/include/unistd.h')
-rw-r--r-- | src/user/lib/include/unistd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/user/lib/include/unistd.h b/src/user/lib/include/unistd.h index b825e45..4f367ca 100644 --- a/src/user/lib/include/unistd.h +++ b/src/user/lib/include/unistd.h @@ -4,3 +4,5 @@ int fork(void); int close(handle_t h); _Noreturn void exit(int); + +int execv(const char *path, char *const argv[]); |