diff options
Diffstat (limited to 'src/unistd/execve.c')
| -rw-r--r-- | src/unistd/execve.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/execve.c b/src/unistd/execve.c index de54fa56..97cdea40 100644 --- a/src/unistd/execve.c +++ b/src/unistd/execve.c @@ -1,3 +1,5 @@ +#if 0 + #include <errno.h> #include <sys/types.h> #include <unistd.h> @@ -12,3 +14,6 @@ int execve(const char *path, char *const argv[], char *const envp[]) /* POSIX(1) */ + + +#endif |
