summaryrefslogtreecommitdiff
path: root/src/posixos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/posixos.c')
-rw-r--r--src/posixos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/posixos.c b/src/posixos.c
index 0cc0a585..66f6e49c 100644
--- a/src/posixos.c
+++ b/src/posixos.c
@@ -557,7 +557,7 @@ set_child_handler_action_flags (int set_handler, int set_alarm)
{
struct sigaction sa;
-#ifdef __EMX__
+#if MK_OS_OS2
/* The child handler must be turned off here. */
signal (SIGCHLD, SIG_DFL);
#endif