diff options
author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-10-13 12:53:27 +0200 |
---|---|---|
committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-10-13 12:53:27 +0200 |
commit | 05e8605ab8a01120af7c9f011c2334ab34381fdf (patch) | |
tree | f200589bc4e66c649788cc58d5a6f4fc013dbe45 /runit/Kbuild.src | |
parent | b1db09be5a19f814ed5dc7e0ab095c3355926da6 (diff) | |
download | busybox-w32-05e8605ab8a01120af7c9f011c2334ab34381fdf.tar.gz busybox-w32-05e8605ab8a01120af7c9f011c2334ab34381fdf.tar.bz2 busybox-w32-05e8605ab8a01120af7c9f011c2334ab34381fdf.zip |
remove runit/runit_lib.c
function old new delta
runsv_main 1770 1786 +16
svstatus_get 176 188 +12
sv_main 1180 1186 +6
runsvdir_main 683 689 +6
processorstart 385 391 +6
control 126 132 +6
logdir_open 1184 1187 +3
lock_exnb 14 - -14
lock_ex 14 - -14
open_write 17 - -17
open_read 17 - -17
------------------------------------------------------------------------------
(add/remove: 0/5 grow/shrink: 7/0 up/down: 55/-62) Total: -7 bytes
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'runit/Kbuild.src')
-rw-r--r-- | runit/Kbuild.src | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runit/Kbuild.src b/runit/Kbuild.src index d38bad20f..0fce95507 100644 --- a/runit/Kbuild.src +++ b/runit/Kbuild.src | |||
@@ -8,10 +8,10 @@ lib-y:= | |||
8 | 8 | ||
9 | INSERT | 9 | INSERT |
10 | 10 | ||
11 | lib-$(CONFIG_RUNSV) += runsv.o runit_lib.o | 11 | lib-$(CONFIG_RUNSV) += runsv.o |
12 | lib-$(CONFIG_RUNSVDIR) += runsvdir.o runit_lib.o | 12 | lib-$(CONFIG_RUNSVDIR) += runsvdir.o |
13 | lib-$(CONFIG_SV) += sv.o runit_lib.o | 13 | lib-$(CONFIG_SV) += sv.o |
14 | lib-$(CONFIG_SVLOGD) += svlogd.o runit_lib.o | 14 | lib-$(CONFIG_SVLOGD) += svlogd.o |
15 | lib-$(CONFIG_CHPST) += chpst.o | 15 | lib-$(CONFIG_CHPST) += chpst.o |
16 | 16 | ||
17 | lib-$(CONFIG_ENVDIR) += chpst.o | 17 | lib-$(CONFIG_ENVDIR) += chpst.o |