libuv: Use SIGCHLD in bootstrap mode

This commit is contained in:
Kyle Edwards
2023-08-01 16:00:38 -04:00
parent 0788accdfc
commit d562e503aa
+3 -1
View File
@@ -75,7 +75,9 @@ extern char **environ;
#endif #endif
#endif #endif
#if defined(__APPLE__) || \ #ifdef CMAKE_BOOTSTRAP
#define UV_USE_SIGCHLD
#elif defined(__APPLE__) || \
defined(__DragonFly__) || \ defined(__DragonFly__) || \
defined(__FreeBSD__) || \ defined(__FreeBSD__) || \
defined(__NetBSD__) || \ defined(__NetBSD__) || \