Skip to content

Commit 64c1e8a

Browse files
authored
Fix undefined reference errors in asylo builds (grpc#29733)
1 parent 6a09523 commit 64c1e8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/grpc/impl/codegen/port_platform.h

+1
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@
207207
#define GPR_CPU_POSIX 1
208208
#define GPR_PLATFORM_STRING "asylo"
209209
#define GPR_GCC_SYNC 1
210+
#define GPR_POSIX_STAT 1
210211
#define GPR_POSIX_SYNC 1
211212
#define GPR_POSIX_STRING 1
212213
#define GPR_POSIX_LOG 1

0 commit comments

Comments
 (0)