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