Move _glibtop_global_server from .data to .bss.
This commit is contained in:
committed by
Benoît Dejean
parent
d30fbb22e0
commit
db8ad19eef
@@ -31,7 +31,7 @@
|
||||
#define DEFAULT_PORT 42800
|
||||
#endif
|
||||
|
||||
static glibtop _glibtop_global_server = { 0 };
|
||||
static glibtop _glibtop_global_server;
|
||||
glibtop *glibtop_global_server = &_glibtop_global_server;
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user