From cda4d0ed9f63e327338120102ab3eea5e721b38b Mon Sep 17 00:00:00 2001 From: Steve Kim Date: Thu, 3 Oct 2024 10:04:10 -0700 Subject: [PATCH] add KQUEUE to macOS --- include/aws/common/platform.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/aws/common/platform.h b/include/aws/common/platform.h index c992541ee..d08b61d1e 100644 --- a/include/aws/common/platform.h +++ b/include/aws/common/platform.h @@ -30,6 +30,7 @@ # define AWS_USE_SECITEM # else # define AWS_OS_MACOS +# define AWS_USE_KQUEUE # endif #elif __linux__ # define AWS_OS_LINUX