Rename __dso_public -> sudo_dso_public and move to config.h.

This commit is contained in:
Todd C. Miller
2020-08-12 09:57:42 -06:00
parent 076d0376db
commit 985af422d2
82 changed files with 333 additions and 325 deletions

View File

@@ -25,7 +25,7 @@
#include "sudo_compat.h"
#include "sudo_util.h"
__dso_public int main(int argc, char *argv[]);
sudo_dso_public int main(int argc, char *argv[]);
/*
* Test that getprogname() returns the expected result.