Fix undefined reference errors in asylo builds (#29733)

pull/29738/head
Vignesh Babu 3 years ago committed by GitHub
parent 6a09523029
commit 64c1e8a784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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

Loading…
Cancel
Save