aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2015-10-31 17:13:47 +0000
committerRon Yorston <rmy@pobox.com>2015-10-31 17:13:47 +0000
commit4432dbba6559d3d88e18ecf2c33d9e5a39e82074 (patch)
treef6db886523a04e0b45926336223ff8c32761dc43 /include/libbb.h
parentbc09f29f78547856e2152dc47051aeed548f28e8 (diff)
parent6bd3fff51aa74e2ee2d87887b12182a3b09792ef (diff)
downloadbusybox-w32-4432dbba6559d3d88e18ecf2c33d9e5a39e82074.tar.gz
busybox-w32-4432dbba6559d3d88e18ecf2c33d9e5a39e82074.tar.bz2
busybox-w32-4432dbba6559d3d88e18ecf2c33d9e5a39e82074.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/libbb.h b/include/libbb.h
index de00abe7f..7959884e3 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1347,11 +1347,6 @@ extern void selinux_preserve_fcontext(int fdesc) FAST_FUNC;
1347extern void selinux_or_die(void) FAST_FUNC; 1347extern void selinux_or_die(void) FAST_FUNC;
1348 1348
1349 1349
1350/* systemd support */
1351#define SD_LISTEN_FDS_START 3
1352int sd_listen_fds(void);
1353
1354
1355/* setup_environment: 1350/* setup_environment:
1356 * if chdir pw->pw_dir: ok: else if to_tmp == 1: goto /tmp else: goto / or die 1351 * if chdir pw->pw_dir: ok: else if to_tmp == 1: goto /tmp else: goto / or die
1357 * if clear_env = 1: cd(pw->pw_dir), clear environment, then set 1352 * if clear_env = 1: cd(pw->pw_dir), clear environment, then set
@@ -1418,6 +1413,7 @@ extern void print_login_prompt(void) FAST_FUNC;
1418char *xmalloc_ttyname(int fd) FAST_FUNC RETURNS_MALLOC; 1413char *xmalloc_ttyname(int fd) FAST_FUNC RETURNS_MALLOC;
1419/* NB: typically you want to pass fd 0, not 1. Think 'applet | grep something' */ 1414/* NB: typically you want to pass fd 0, not 1. Think 'applet | grep something' */
1420int get_terminal_width_height(int fd, unsigned *width, unsigned *height) FAST_FUNC; 1415int get_terminal_width_height(int fd, unsigned *width, unsigned *height) FAST_FUNC;
1416int get_terminal_width(int fd) FAST_FUNC;
1421 1417
1422int tcsetattr_stdin_TCSANOW(const struct termios *tp) FAST_FUNC; 1418int tcsetattr_stdin_TCSANOW(const struct termios *tp) FAST_FUNC;
1423 1419