diff options
Diffstat (limited to 'libbb/get_shell_name.c')
-rw-r--r-- | libbb/get_shell_name.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/get_shell_name.c b/libbb/get_shell_name.c index c930afd94..5aebe9cdc 100644 --- a/libbb/get_shell_name.c +++ b/libbb/get_shell_name.c @@ -8,7 +8,7 @@ #include "libbb.h" -const char *get_shell_name(void) +const char* FAST_FUNC get_shell_name(void) { struct passwd *pw; char *shell; |