Move _glibtop_global_server from .data to .bss.

This commit is contained in:
Benoit Dejean
2015-07-19 22:12:36 +02:00
committed by Benoît Dejean
parent d30fbb22e0
commit db8ad19eef

View File

@@ -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