diff options
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 f22e58e27..2059567e0 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 | |||
1248 | * Note that getpwuid result might need xstrdup'ing | 1248 | * Note that getpwuid result might need xstrdup'ing |
1249 | * if there is a possibility of intervening getpwxxx() calls. | 1249 | * if there is a possibility of intervening getpwxxx() calls. |
1250 | */ | 1250 | */ |
1251 | const char *get_shell_name(void); | 1251 | const char *get_shell_name(void) FAST_FUNC; |
1252 | 1252 | ||
1253 | #if ENABLE_SELINUX | 1253 | #if ENABLE_SELINUX |
1254 | extern void renew_current_security_context(void) FAST_FUNC; | 1254 | extern void renew_current_security_context(void) FAST_FUNC; |