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 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 |
1342 | extern void bb_do_delay(int seconds) FAST_FUNC; | 1342 | extern void bb_do_delay(int seconds) FAST_FUNC; |
1343 | extern void change_identity(const struct passwd *pw) FAST_FUNC; | 1343 | extern void change_identity(const struct passwd *pw) FAST_FUNC; |
1344 | extern void run_shell(const char *shell, int loginshell, const char *command, const char **additional_args) NORETURN FAST_FUNC; | 1344 | extern 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 |