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