From 3b3e791846207c9b6f56ef6ad0e8998fea2cff45 Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 1 Jul 2003 12:09:06 +0000 Subject: Fixed namespace pollution and unsorting of the 1003.1-1990 list in previous commit. --- include/unistd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/unistd.h') diff --git a/include/unistd.h b/include/unistd.h index 3753cd8..f23ab4f 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -335,7 +335,6 @@ int execlp(const char *, const char *, ...); int execv(const char *, char * const *); int execve(const char *, char * const *, char * const *); int execvp(const char *, char * const *); -int execvP(const char *, const char *, char * const *); pid_t fork(void); long fpathconf(int, int); char *getcwd(char *, size_t); @@ -471,6 +470,7 @@ int des_cipher(const char *, char *, long, int); int des_setkey(const char *key); void endusershell(void); int exect(const char *, char * const *, char * const *); +int execvP(const char *, const char *, char * const *); char *fflagstostr(u_long); int getdomainname(char *, int); int getgrouplist(const char *, gid_t, gid_t *, int *); -- cgit v1.1