pidfile.c: not used anymore
[oweals/busybox.git] / libbb / messages.c
index 7f23d4b6d97dca13db8000e212c262027741918c..12a165ad77bdc07399f027e68c689e6f21815a57 100644 (file)
@@ -56,4 +56,6 @@ WTMP_FILE;
 
 char bb_common_bufsiz1[BUFSIZ+1];
 
-void *global_ptr;
+struct globals;
+/* Make it reside in R/W memory: */
+struct globals *const ptr_to_globals __attribute__ ((section (".data")));