diff options
| author | russ <russ@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-12-15 21:57:44 +0000 |
|---|---|---|
| committer | russ <russ@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-12-15 21:57:44 +0000 |
| commit | cd8b25e284a53379539bd0ef2419c3d0007cb34c (patch) | |
| tree | d18739994a984c3d35edb73c936f015e0dbde631 /include | |
| parent | 56e874c57638994a7ec56d08b41986f5c1a67f2d (diff) | |
| download | busybox-w32-cd8b25e284a53379539bd0ef2419c3d0007cb34c.tar.gz busybox-w32-cd8b25e284a53379539bd0ef2419c3d0007cb34c.tar.bz2 busybox-w32-cd8b25e284a53379539bd0ef2419c3d0007cb34c.zip | |
Get vfork_daemon_rexec working under uclinux
git-svn-id: svn://busybox.net/trunk/busybox@8087 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
| -rw-r--r-- | include/libbb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 5ff49114b..1367ee624 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
| @@ -473,7 +473,8 @@ extern llist_t *llist_add_to(llist_t *old_head, char *new_item); | |||
| 473 | extern void print_login_issue(const char *issue_file, const char *tty); | 473 | extern void print_login_issue(const char *issue_file, const char *tty); |
| 474 | extern void print_login_prompt(void); | 474 | extern void print_login_prompt(void); |
| 475 | 475 | ||
| 476 | extern void vfork_daemon_rexec(int argc, char **argv, char *foreground_opt); | 476 | extern void vfork_daemon_rexec(int nochdir, int noclose, |
| 477 | int argc, char **argv, char *foreground_opt); | ||
| 477 | extern void get_terminal_width_height(int fd, int *width, int *height); | 478 | extern void get_terminal_width_height(int fd, int *width, int *height); |
| 478 | extern unsigned long get_ug_id(const char *s, long (*my_getxxnam)(const char *)); | 479 | extern unsigned long get_ug_id(const char *s, long (*my_getxxnam)(const char *)); |
| 479 | extern void xregcomp(regex_t *preg, const char *regex, int cflags); | 480 | extern void xregcomp(regex_t *preg, const char *regex, int cflags); |
