aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/impl/codegen/port_platform.h
diff options
context:
space:
mode:
authorGravatar Carter Sande <carter.sande@duodecima.technology>2018-07-05 18:55:14 +0000
committerGravatar Carter Sande <carter.sande@duodecima.technology>2018-07-05 18:55:14 +0000
commita0a061034351a6cd616ee2d01fae99604216b9ba (patch)
tree19342b3b7ed33d7fa53cd4bd65e0bce0e29ec007 /include/grpc/impl/codegen/port_platform.h
parentd5736045d35bcf2823f97cd740b7953514b76215 (diff)
port_platform.h: GPR_GETPID_IN_UNISTD_H on Solaris/AIX
Diffstat (limited to 'include/grpc/impl/codegen/port_platform.h')
-rw-r--r--include/grpc/impl/codegen/port_platform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/grpc/impl/codegen/port_platform.h b/include/grpc/impl/codegen/port_platform.h
index bb8cba9d55..e850d41c5c 100644
--- a/include/grpc/impl/codegen/port_platform.h
+++ b/include/grpc/impl/codegen/port_platform.h
@@ -295,6 +295,7 @@
#define GPR_POSIX_SUBPROCESS 1
#define GPR_POSIX_SYNC 1
#define GPR_POSIX_TIME 1
+#define GPR_GETPID_IN_UNISTD_H 1
#ifdef _LP64
#define GPR_ARCH_64 1
#else /* _LP64 */
@@ -316,6 +317,7 @@
#define GPR_POSIX_SUBPROCESS 1
#define GPR_POSIX_SYNC 1
#define GPR_POSIX_TIME 1
+#define GPR_GETPID_IN_UNISTD_H 1
#ifdef _LP64
#define GPR_ARCH_64 1
#else /* _LP64 */