diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-02-02 18:38:57 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-02-02 18:38:57 +0100 |
commit | b72baeb00328576df415f9a4b4f3d5f202e3be11 (patch) | |
tree | c6863cb112e6e33908e17f298d541c1b0c3aa418 /include/libbb.h | |
parent | c71b469f5daceb717e31cc9ce46b0e058e2c57b6 (diff) | |
download | busybox-w32-b72baeb00328576df415f9a4b4f3d5f202e3be11.tar.gz busybox-w32-b72baeb00328576df415f9a4b4f3d5f202e3be11.tar.bz2 busybox-w32-b72baeb00328576df415f9a4b4f3d5f202e3be11.zip |
hush: use FEATURE_SH_NOFORK to enable NOFORK trick
Also expands docs
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index e69e27944..88dceb11d 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -859,6 +859,7 @@ void FAST_FUNC update_utmp(pid_t pid, int new_type, const char *tty_name, const | |||
859 | # define update_utmp(pid, new_type, tty_name, username, hostname) ((void)0) | 859 | # define update_utmp(pid, new_type, tty_name, username, hostname) ((void)0) |
860 | #endif | 860 | #endif |
861 | 861 | ||
862 | |||
862 | int execable_file(const char *name) FAST_FUNC; | 863 | int execable_file(const char *name) FAST_FUNC; |
863 | char *find_execable(const char *filename, char **PATHp) FAST_FUNC; | 864 | char *find_execable(const char *filename, char **PATHp) FAST_FUNC; |
864 | int exists_execable(const char *filename) FAST_FUNC; | 865 | int exists_execable(const char *filename) FAST_FUNC; |