From 0bff8199e4a800d5ea1bd422dcf06643d6daf008 Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Mon, 10 Jan 2022 22:15:15 +0100 Subject: include/setup.sh --- include/10.libc/unistd.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'include/10.libc/unistd.h') diff --git a/include/10.libc/unistd.h b/include/10.libc/unistd.h index a6bfee0..abe7f3c 100644 --- a/include/10.libc/unistd.h +++ b/include/10.libc/unistd.h @@ -1,14 +1,11 @@ #ifndef _UNISTD_H #define _UNISTD_H + #include -#ifdef __cplusplus -extern "C" { -#endif + int execv(const char*, char* const[]); int execve(const char*, char* const[], char* const[]); int execvp(const char*, char* const[]); pid_t fork(void); -#ifdef __cplusplus -} -#endif + #endif -- cgit v1.2.3