Merge topic 'libuv-bootstrap-sigchld'

d562e503aa libuv: Use SIGCHLD in bootstrap mode

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8748
This commit is contained in:
Kyle Edwards
2023-08-22 08:09:15 -04:00
committed by Kitware Robot
+3 -1
View File
@@ -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__) || \