diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-05-30 18:17:21 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-05-30 18:17:21 +0000 |
commit | 7ae155398062be93c71116fcc757471d5a324ddf (patch) | |
tree | 6e593a9d0ccf65ea57e7143d444258820a49c8ed /init/init_shared.h | |
parent | a8622e049d67c5cd45a0b2e221d37b9176d98fb2 (diff) | |
download | busybox-w32-7ae155398062be93c71116fcc757471d5a324ddf.tar.gz busybox-w32-7ae155398062be93c71116fcc757471d5a324ddf.tar.bz2 busybox-w32-7ae155398062be93c71116fcc757471d5a324ddf.zip |
- consolidate "Sending SIG%s to all processes"; untested..
text data bss dec hex filename
5379 32 8 5419 152b init/init.o.oorig
5358 32 8 5398 1516 init/init.o
Diffstat (limited to 'init/init_shared.h')
-rw-r--r-- | init/init_shared.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/init_shared.h b/init/init_shared.h index 1e4cfac98..4431a0324 100644 --- a/init/init_shared.h +++ b/init/init_shared.h | |||
@@ -1,3 +1,4 @@ | |||
1 | extern int kill_init(int sig); | 1 | extern int kill_init(int sig); |
2 | extern int bb_shutdown_system(unsigned long magic); | 2 | extern int bb_shutdown_system(unsigned long magic); |
3 | const char * const init_sending_format = "Sending SIG%s to all processes."; | ||
3 | 4 | ||