Merge pull request #39493 from nicelulu/fix_build_osx

Fix build on mac osx
This commit is contained in:
Robert Schulze 2022-07-24 18:11:34 +02:00 committed by GitHub
commit 73c04b64e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,6 +92,8 @@ static int pollPid(pid_t pid, int timeout_in_ms)
}
#elif defined(OS_DARWIN) || defined(OS_FREEBSD)
#pragma clang diagnostic ignored "-Wreserved-identifier"
#include <sys/event.h>
#include <err.h>