summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/execv.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/src/execv.c')
-rw-r--r--c/src/exec/posix/src/execv.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/c/src/exec/posix/src/execv.c b/c/src/exec/posix/src/execv.c
index d05f4a2c58..3a2d41d107 100644
--- a/c/src/exec/posix/src/execv.c
+++ b/c/src/exec/posix/src/execv.c
@@ -8,8 +8,7 @@
int execv(
const char *file,
- char *const argv[],
- ...
+ char *const argv[]
)
{
errno = ENOSYS;