diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-04-21 18:18:48 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-04-21 18:18:48 +0200 |
commit | 47cfbf32fd66563f8c4e09ad6cced6abfbe2fad5 (patch) | |
tree | 05127e986021176649f2dd660a92ef8b8e107e92 /runit/runsv.c | |
parent | e6a2f4cc5a47d3022bdf5ca2cacbaa5a8c5baf7a (diff) | |
download | busybox-w32-47cfbf32fd66563f8c4e09ad6cced6abfbe2fad5.tar.gz busybox-w32-47cfbf32fd66563f8c4e09ad6cced6abfbe2fad5.tar.bz2 busybox-w32-47cfbf32fd66563f8c4e09ad6cced6abfbe2fad5.zip |
*: add most of the required setup_common_bufsiz() calls
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'runit/runsv.c')
-rw-r--r-- | runit/runsv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runit/runsv.c b/runit/runsv.c index 8833f4c96..e0e31508a 100644 --- a/runit/runsv.c +++ b/runit/runsv.c | |||
@@ -115,6 +115,7 @@ struct globals { | |||
115 | #define dir (G.dir ) | 115 | #define dir (G.dir ) |
116 | #define svd (G.svd ) | 116 | #define svd (G.svd ) |
117 | #define INIT_G() do { \ | 117 | #define INIT_G() do { \ |
118 | setup_common_bufsiz(); \ | ||
118 | pidchanged = 1; \ | 119 | pidchanged = 1; \ |
119 | } while (0) | 120 | } while (0) |
120 | 121 | ||