]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add missing __execvpe prototype.
authorUlrich Drepper <drepper@redhat.com>
Tue, 2 Jun 2009 14:11:51 +0000 (07:11 -0700)
committerUlrich Drepper <drepper@redhat.com>
Tue, 2 Jun 2009 14:11:51 +0000 (07:11 -0700)
Avoids warnings.

include/unistd.h

index 34d7477f9ef1796cfdcff2d765b56a8b6ab980e1..72d7e2e88ce86e002b7551a7b993aeaac3ee9259 100644 (file)
@@ -61,6 +61,8 @@ extern int __chdir (__const char *__path);
 extern int __fchdir (int __fd);
 extern char *__getcwd (char *__buf, size_t __size);
 extern int __rmdir (const char *__path);
+extern int __execvpe (const char *file, char *const argv[],
+                     char *const envp[]);
 
 /* Get the canonical absolute name of the named directory, and put it in SIZE
    bytes of BUF.  Returns NULL if the directory couldn't be determined or