diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2009-04-23 00:26:07 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2009-04-23 04:44:46 +1000 |
commit | 580765e16aca68132babc09a02b4ea6c220c1988 (patch) | |
tree | 9ca6ea68145b108064c6a4c97899bb1ade075428 /shell/ash_mingw.h | |
parent | e0ef52d2fabdb4772aaa87a417d841fe58d04e0d (diff) | |
download | busybox-w32-580765e16aca68132babc09a02b4ea6c220c1988.tar.gz busybox-w32-580765e16aca68132babc09a02b4ea6c220c1988.tar.bz2 busybox-w32-580765e16aca68132babc09a02b4ea6c220c1988.zip |
shell/ash: replace shellexec() with shellspawn()
Diffstat (limited to 'shell/ash_mingw.h')
-rw-r--r-- | shell/ash_mingw.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/ash_mingw.h b/shell/ash_mingw.h index 658c7dae2..b7c53e036 100644 --- a/shell/ash_mingw.h +++ b/shell/ash_mingw.h | |||
@@ -12,6 +12,9 @@ static void forkshell_transfer_done(struct forkshell *fs); | |||
12 | static void forkshell_cleanup(struct forkshell *fs); | 12 | static void forkshell_cleanup(struct forkshell *fs); |
13 | static int forkshell(const char *fp, union node *n, int flags); | 13 | static int forkshell(const char *fp, union node *n, int flags); |
14 | static void subshell_run(); | 14 | static void subshell_run(); |
15 | struct strlist; | ||
16 | static int set_exitstatus(int retval, const char **argv, int *out); | ||
17 | static int shellspawn(const char **argv, const char *path, int idx, struct strlist *varlist); | ||
15 | 18 | ||
16 | static int subash_fd = -1; | 19 | static int subash_fd = -1; |
17 | static char subash_entry[16]; | 20 | static char subash_entry[16]; |