summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2015-01-23 09:50:40 +0000
committerRon Yorston <rmy@pobox.com>2015-01-23 09:50:40 +0000
commit63dbf1908bc51918d9d963f4d9b7657306b2970d (patch)
tree781ebfdcbbb953688e06f3541ce9e0c71f1dadfa /include
parent06900749637b925af1ebdf5030ba03a379f4f84f (diff)
parent6968e081230fb6434a2a6f0eed39d538ea982f3f (diff)
downloadbusybox-w32-TIG_1_23_0.tar.gz
busybox-w32-TIG_1_23_0.tar.bz2
busybox-w32-TIG_1_23_0.zip
Merge commit '1_23_0' into mergeTIG_1_23_0
Conflicts: libbb/lineedit.c
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;