2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-05 00:35:14 +00:00

Export getenv() so it is visible to shared objects we link with.

This commit is contained in:
Todd C. Miller
2014-02-11 07:34:04 -07:00
parent d748ebe48b
commit 151f001d81

View File

@@ -76,6 +76,8 @@ getenv_unhooked(const char *name)
return rpl_getenv(name);
}
__dso_public char *getenv(const char *);
char *
getenv(const char *name)
{