gen_build_files.sh uses bashism, document it
[oweals/busybox.git] / runit / sv.c
index 96ebb749d41d2a906a5070cceb77da6e73cfff4b..3f76a2d476c0d5c1105a65824d9ef787b0674dd9 100644 (file)
@@ -165,7 +165,7 @@ struct globals {
 /* "Bernstein" time format: unix + 0x400000000000000aULL */
        uint64_t tstart, tnow;
        svstatus_t svstatus;
-};
+} FIX_ALIASING;
 #define G (*(struct globals*)&bb_common_bufsiz1)
 #define acts         (G.acts        )
 #define service      (G.service     )