From 64c1e8a78434b732e97e391991347d8c7a75bf6c Mon Sep 17 00:00:00 2001 From: Vignesh Babu Date: Thu, 19 May 2022 11:27:23 -0700 Subject: [PATCH] Fix undefined reference errors in asylo builds (#29733) --- include/grpc/impl/codegen/port_platform.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/grpc/impl/codegen/port_platform.h b/include/grpc/impl/codegen/port_platform.h index a10f0f30522..2104a081f87 100644 --- a/include/grpc/impl/codegen/port_platform.h +++ b/include/grpc/impl/codegen/port_platform.h @@ -207,6 +207,7 @@ #define GPR_CPU_POSIX 1 #define GPR_PLATFORM_STRING "asylo" #define GPR_GCC_SYNC 1 +#define GPR_POSIX_STAT 1 #define GPR_POSIX_SYNC 1 #define GPR_POSIX_STRING 1 #define GPR_POSIX_LOG 1