diff options
Diffstat (limited to 'runit/sv.c')
-rw-r--r-- | runit/sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runit/sv.c b/runit/sv.c index 96ebb749d..3f76a2d47 100644 --- a/runit/sv.c +++ b/runit/sv.c | |||
@@ -165,7 +165,7 @@ struct globals { | |||
165 | /* "Bernstein" time format: unix + 0x400000000000000aULL */ | 165 | /* "Bernstein" time format: unix + 0x400000000000000aULL */ |
166 | uint64_t tstart, tnow; | 166 | uint64_t tstart, tnow; |
167 | svstatus_t svstatus; | 167 | svstatus_t svstatus; |
168 | }; | 168 | } FIX_ALIASING; |
169 | #define G (*(struct globals*)&bb_common_bufsiz1) | 169 | #define G (*(struct globals*)&bb_common_bufsiz1) |
170 | #define acts (G.acts ) | 170 | #define acts (G.acts ) |
171 | #define service (G.service ) | 171 | #define service (G.service ) |