summaryrefslogtreecommitdiff
path: root/posix/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'posix/unistd.h')
-rw-r--r--posix/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/unistd.h b/posix/unistd.h
index 2147400d66..14b11b16c0 100644
--- a/posix/unistd.h
+++ b/posix/unistd.h
@@ -334,7 +334,7 @@ extern int execvp __P ((__const char *__file, char *__const __argv[]));
/* Execute FILE, searching in the `PATH' environment variable if
it contains no slashes, with all arguments after FILE until a
NULL pointer and environment from `environ'. */
-extern int execlp __P ((__const char *__file, ...));
+extern int execlp __P ((__const char *__file, __const char *__arg, ...));
#ifdef __USE_MISC