aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/process.c b/src/process.c
index 3a6615fb505..9ab8d2720b2 100644
--- a/src/process.c
+++ b/src/process.c
@@ -6518,9 +6518,9 @@ record_child_status_change (void)
6518#if (defined WINDOWSNT \ 6518#if (defined WINDOWSNT \
6519 || (defined USG && !defined GNU_LINUX \ 6519 || (defined USG && !defined GNU_LINUX \
6520 && !(defined HPUX && defined WNOHANG))) 6520 && !(defined HPUX && defined WNOHANG)))
6521enum { CAN_HANDLE_MULTIPLE_CHILDREN = 1 };
6522#else
6523enum { CAN_HANDLE_MULTIPLE_CHILDREN = 0 }; 6521enum { CAN_HANDLE_MULTIPLE_CHILDREN = 0 };
6522#else
6523enum { CAN_HANDLE_MULTIPLE_CHILDREN = 1 };
6524#endif 6524#endif
6525 6525
6526static void 6526static void