Fixing FreeBSD's TLS port_platform entry.

pull/1264/head
Nicolas "Pixel" Noble 10 years ago
parent 1be726c5f7
commit 553a90443b
  1. 1
      include/grpc/support/port_platform.h

@ -163,6 +163,7 @@
#endif
#define GPR_CPU_POSIX 1
#define GPR_GCC_ATOMIC 1
#define GPR_GCC_TLS 1
#define GPR_POSIX_LOG 1
#define GPR_POSIX_MULTIPOLL_WITH_POLL 1
#define GPR_POSIX_WAKEUP_FD 1

Loading…
Cancel
Save