Преглед изворни кода

libuv: Use SIGCHLD in bootstrap mode

Kyle Edwards пре 2 година
родитељ
комит
d562e503aa
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      Utilities/cmlibuv/src/unix/process.c

+ 3 - 1
Utilities/cmlibuv/src/unix/process.c

@@ -75,7 +75,9 @@ extern char **environ;
 #endif
 #endif
 
-#if defined(__APPLE__) || \
+#ifdef CMAKE_BOOTSTRAP
+#define UV_USE_SIGCHLD
+#elif defined(__APPLE__) || \
     defined(__DragonFly__) || \
     defined(__FreeBSD__) || \
     defined(__NetBSD__) || \