Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing __execvpe prototype.
Avoids warnings.
  • Loading branch information
Ulrich Drepper committed Jun 2, 2009
1 parent 3d5243d commit 8275067
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/unistd.h
Expand Up @@ -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
Expand Down

0 comments on commit 8275067

Please sign in to comment.