diff options
Diffstat (limited to 'libc/sysdeps/linux/common/execve.c')
-rw-r--r-- | libc/sysdeps/linux/common/execve.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/common/execve.c b/libc/sysdeps/linux/common/execve.c index 6bc72dde9..53efd78fb 100644 --- a/libc/sysdeps/linux/common/execve.c +++ b/libc/sysdeps/linux/common/execve.c @@ -12,7 +12,7 @@ #include <string.h> #include <sys/param.h> -libc_hidden_proto(execve) +/* libc_hidden_proto(execve) */ _syscall3(int, execve, const char *, filename, - char *const *, argv, char *const *, envp); + char *const *, argv, char *const *, envp) libc_hidden_def(execve) |