From 8e79ceaa7d3995df5a5dcf0ffdbd52ebe4c52163 Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Sun, 9 Jan 2022 18:50:48 +0100 Subject: Indentation --- src/include/unistd.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/include/unistd.h') diff --git a/src/include/unistd.h b/src/include/unistd.h index a6bfee0..abe7f3c 100644 --- a/src/include/unistd.h +++ b/src/include/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