Rename __dso_public -> sudo_dso_public and move to config.h.
This commit is contained in:
@@ -230,7 +230,7 @@ python_plugin_io_log_suspend(struct IOPluginContext *io_ctx, int signo, const ch
|
||||
}
|
||||
|
||||
// generate symbols for loading multiple io plugins:
|
||||
__dso_public struct io_plugin python_io;
|
||||
sudo_dso_public struct io_plugin python_io;
|
||||
#define IO_SYMBOL_NAME(symbol) symbol
|
||||
#include "python_plugin_io_multi.inc"
|
||||
#define IO_SYMBOL_NAME(symbol) symbol##1
|
||||
@@ -258,7 +258,7 @@ static struct io_plugin *extra_io_plugins[] = {
|
||||
&python_io7
|
||||
};
|
||||
|
||||
__dso_public struct io_plugin *
|
||||
sudo_dso_public struct io_plugin *
|
||||
python_io_clone(void)
|
||||
{
|
||||
static size_t counter = 0;
|
||||
|
Reference in New Issue
Block a user