summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 802779932..2850b1d5a 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1287,7 +1287,9 @@ char *bb_simplify_path(const char *path) FAST_FUNC;
1287/* Returns ptr to NUL */ 1287/* Returns ptr to NUL */
1288char *bb_simplify_abs_path_inplace(char *path) FAST_FUNC; 1288char *bb_simplify_abs_path_inplace(char *path) FAST_FUNC;
1289 1289
1290#ifndef LOGIN_FAIL_DELAY
1290#define LOGIN_FAIL_DELAY 3 1291#define LOGIN_FAIL_DELAY 3
1292#endif
1291extern void bb_do_delay(int seconds) FAST_FUNC; 1293extern void bb_do_delay(int seconds) FAST_FUNC;
1292extern void change_identity(const struct passwd *pw) FAST_FUNC; 1294extern void change_identity(const struct passwd *pw) FAST_FUNC;
1293extern void run_shell(const char *shell, int loginshell, const char *command, const char **additional_args) NORETURN FAST_FUNC; 1295extern void run_shell(const char *shell, int loginshell, const char *command, const char **additional_args) NORETURN FAST_FUNC;