libc: fix conflicting, redundant getenv declaration in execvp
This commit is contained in:
parent
9db81febb6
commit
fa56c864b1
@ -1,10 +1,10 @@
|
||||
#include <syscall.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
extern char ** environ;
|
||||
extern char * getenv(char *);
|
||||
|
||||
#define DEFAULT_PATH "/bin:/usr/bin"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user