aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 3752df982..20fc7329f 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1341,7 +1341,7 @@ char *bb_simplify_abs_path_inplace(char *path) FAST_FUNC;
1341#endif 1341#endif
1342extern void bb_do_delay(int seconds) FAST_FUNC; 1342extern void bb_do_delay(int seconds) FAST_FUNC;
1343extern void change_identity(const struct passwd *pw) FAST_FUNC; 1343extern void change_identity(const struct passwd *pw) FAST_FUNC;
1344extern void run_shell(const char *shell, int loginshell, const char *command, const char **additional_args) NORETURN FAST_FUNC; 1344extern void run_shell(const char *shell, int loginshell, const char **args) NORETURN FAST_FUNC;
1345 1345
1346/* Returns $SHELL, getpwuid(getuid())->pw_shell, or DEFAULT_SHELL. 1346/* Returns $SHELL, getpwuid(getuid())->pw_shell, or DEFAULT_SHELL.
1347 * Note that getpwuid result might need xstrdup'ing 1347 * Note that getpwuid result might need xstrdup'ing