From c885bf5cf94a12202f849477a845d728cbd12889 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 3 Dec 2005 00:34:49 +0000 Subject: More hiding, including __mempcpy --- libc/unistd/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/unistd/exec.c') diff --git a/libc/unistd/exec.c b/libc/unistd/exec.c index 7bf58289b..b09bdfef4 100644 --- a/libc/unistd/exec.c +++ b/libc/unistd/exec.c @@ -250,7 +250,7 @@ int execvp(const char *path, char *const argv[]) EXEC_FREE(nargv, size2); } } else { - if ((p = getenv("PATH")) != NULL) { + if ((p = __getenv("PATH")) != NULL) { if (!*p) { goto BAD; } -- cgit v1.2.3