diff options
author | Denys Vlasenko | 2012-10-03 09:42:21 +0200 |
---|---|---|
committer | Denys Vlasenko | 2012-10-03 09:42:21 +0200 |
commit | fd77ea505ed1eb15161585a6e3b6ea7ae95ed6b3 (patch) | |
tree | 410c22b31671eb08bda935f5a66c362673c5bc17 /include | |
parent | 32711c414193b81f215aee060ae8138675572280 (diff) | |
download | busybox-fd77ea505ed1eb15161585a6e3b6ea7ae95ed6b3.zip busybox-fd77ea505ed1eb15161585a6e3b6ea7ae95ed6b3.tar.gz |
mark get_shell_name FAST_FUNC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index f22e58e..2059567 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -1248,7 +1248,7 @@ extern void run_shell(const char *shell, int loginshell, const char *command, co * Note that getpwuid result might need xstrdup'ing * if there is a possibility of intervening getpwxxx() calls. */ -const char *get_shell_name(void); +const char *get_shell_name(void) FAST_FUNC; #if ENABLE_SELINUX extern void renew_current_security_context(void) FAST_FUNC; |