aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 6b822016e..9fa0ce90d 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1601,11 +1601,9 @@ char *bb_simplify_path(const char *path) FAST_FUNC;
1601/* Returns ptr to NUL */ 1601/* Returns ptr to NUL */
1602char *bb_simplify_abs_path_inplace(char *path) FAST_FUNC; 1602char *bb_simplify_abs_path_inplace(char *path) FAST_FUNC;
1603 1603
1604#ifndef LOGIN_FAIL_DELAY
1605#define LOGIN_FAIL_DELAY 3
1606#endif
1607void pause_after_failed_login(void) FAST_FUNC; 1604void pause_after_failed_login(void) FAST_FUNC;
1608void bb_do_delay(int seconds) FAST_FUNC; 1605void bb_do_delay(int seconds) FAST_FUNC;
1606void sleep1(void) FAST_FUNC;
1609void change_identity(const struct passwd *pw) FAST_FUNC; 1607void change_identity(const struct passwd *pw) FAST_FUNC;
1610void run_shell(const char *shell, int loginshell, const char **args) NORETURN FAST_FUNC; 1608void run_shell(const char *shell, int loginshell, const char **args) NORETURN FAST_FUNC;
1611 1609