Welcome to mirror list, hosted at ThFree Co, Russian Federation.

init_shared.h « init - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4431a032415e5c25c9292eff7e5ef6f7b30d99b5 (plain)
1
2
3
4
extern int kill_init(int sig);
extern int bb_shutdown_system(unsigned long magic);
const char * const init_sending_format = "Sending SIG%s to all processes.";