aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_mingw.h
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2009-04-23 00:26:07 +1000
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2009-04-23 04:44:46 +1000
commit580765e16aca68132babc09a02b4ea6c220c1988 (patch)
tree9ca6ea68145b108064c6a4c97899bb1ade075428 /shell/ash_mingw.h
parente0ef52d2fabdb4772aaa87a417d841fe58d04e0d (diff)
downloadbusybox-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.h3
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);
12static void forkshell_cleanup(struct forkshell *fs); 12static void forkshell_cleanup(struct forkshell *fs);
13static int forkshell(const char *fp, union node *n, int flags); 13static int forkshell(const char *fp, union node *n, int flags);
14static void subshell_run(); 14static void subshell_run();
15struct strlist;
16static int set_exitstatus(int retval, const char **argv, int *out);
17static int shellspawn(const char **argv, const char *path, int idx, struct strlist *varlist);
15 18
16static int subash_fd = -1; 19static int subash_fd = -1;
17static char subash_entry[16]; 20static char subash_entry[16];