From 0d7c618c2f29543beed3f9c9b8138d6de9b478ff Mon Sep 17 00:00:00 2001 From: Nguyễn Thái Ngọc Duy Date: Wed, 14 Apr 2010 00:45:01 +0200 Subject: win32: ash: FIXME MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nguyễn Thái Ngọc Duy --- shell/ash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/ash.c b/shell/ash.c index 40b4c421d..0ee72dcd3 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -4818,7 +4818,7 @@ static void forkparent(struct job *jp, union node *n, int mode, pid_t pid) { TRACE(("In parent shell: child = %d\n", pid)); - if (!jp) { + if (!jp && !ENABLE_PLATFORM_MINGW32) { /* FIXME not quite understand this */ while (jobless && dowait(DOWAIT_NONBLOCK, NULL) > 0) continue; jobless++; -- cgit v1.2.3-55-g6feb