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:
@@ -76,6 +76,8 @@ getenv_unhooked(const char *name)
|
||||
return rpl_getenv(name);
|
||||
}
|
||||
|
||||
__dso_public char *getenv(const char *);
|
||||
|
||||
char *
|
||||
getenv(const char *name)
|
||||
{
|
||||
|
Reference in New Issue
Block a user