diff options
Diffstat (limited to '')
-rw-r--r-- | util/unsetenv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/unsetenv.c b/util/unsetenv.c index 9c4f4e95c..fa74656b5 100644 --- a/util/unsetenv.c +++ b/util/unsetenv.c @@ -26,7 +26,7 @@ extern char **environ; /* Basically borrowed from glibc */ int -unsetenv2 (const char *name) +unsetenv(const char *name) { size_t len; char **ep; |