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 5012209f8..a749c0b92 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1264,7 +1264,7 @@ extern void run_shell(const char *shell, int loginshell, const char *command, co | |||
1264 | * Note that getpwuid result might need xstrdup'ing | 1264 | * Note that getpwuid result might need xstrdup'ing |
1265 | * if there is a possibility of intervening getpwxxx() calls. | 1265 | * if there is a possibility of intervening getpwxxx() calls. |
1266 | */ | 1266 | */ |
1267 | const char *get_shell_name(void); | 1267 | const char *get_shell_name(void) FAST_FUNC; |
1268 | 1268 | ||
1269 | #if ENABLE_SELINUX | 1269 | #if ENABLE_SELINUX |
1270 | extern void renew_current_security_context(void) FAST_FUNC; | 1270 | extern void renew_current_security_context(void) FAST_FUNC; |