klogd: code de-obfuscation with small code size reduction

This commit is contained in:
Denis Vlasenko
2007-02-17 14:12:10 +00:00
parent d818dcc72a
commit c84520d73d
2 changed files with 21 additions and 25 deletions

View File

@@ -271,6 +271,7 @@ extern void xdaemon(int nochdir, int noclose);
/* More clever/thorough xdaemon */
extern void bb_sanitize_stdio_maybe_daemonize(int daemonize);
extern void bb_sanitize_stdio(void);
/* NB: be careful: dont open syslog/network sockets before bb_daemonize */
extern void bb_daemonize(void);
extern void xchdir(const char *path);
extern void xsetenv(const char *key, const char *value);