mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
Rename __dso_public -> sudo_dso_public and move to config.h.
This commit is contained in:
@@ -1661,7 +1661,7 @@ static struct option long_opts[] = {
|
||||
{ NULL, no_argument, NULL, 0 },
|
||||
};
|
||||
|
||||
__dso_public int main(int argc, char *argv[]);
|
||||
sudo_dso_public int main(int argc, char *argv[]);
|
||||
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
|
Reference in New Issue
Block a user