diff options
Diffstat (limited to 'libbb/restricted_shell.c')
-rw-r--r-- | libbb/restricted_shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/restricted_shell.c b/libbb/restricted_shell.c index dc4cfb4..2a5073f 100644 --- a/libbb/restricted_shell.c +++ b/libbb/restricted_shell.c @@ -32,7 +32,7 @@ /* Return 1 if SHELL is a restricted shell (one not returned by getusershell), else 0, meaning it is a standard shell. */ -int restricted_shell(const char *shell) +int FAST_FUNC restricted_shell(const char *shell) { char *line; |