expose public execvpe interface
This commit is contained in:
committed by
Rich Felker
parent
476cd1d965
commit
164c5c7a32
@@ -177,6 +177,7 @@ void endusershell(void);
|
||||
char *getusershell(void);
|
||||
int acct(const char *);
|
||||
long syscall(long, ...);
|
||||
int execvpe(const char *, char *const [], char *const []);
|
||||
#endif
|
||||
|
||||
#ifdef _GNU_SOURCE
|
||||
|
||||
Reference in New Issue
Block a user