aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-02-04 17:00:08 -0800
committerGravatar Julien Boeuf <jboeuf@google.com>2015-02-04 17:00:08 -0800
commit7413f108325d7965de44837704567e7ecb4f836a (patch)
tree9925bb32935fac3a965b51caa402bd70bbfa6432 /include
parent05618967516ca807d4deadea05e90b439c3f2e7c (diff)
Adding linux specific env implementation.
Diffstat (limited to 'include')
-rw-r--r--include/grpc/support/port_platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/support/port_platform.h b/include/grpc/support/port_platform.h
index 4ffadde450..e99099c651 100644
--- a/include/grpc/support/port_platform.h
+++ b/include/grpc/support/port_platform.h
@@ -76,7 +76,7 @@
#define GPR_LINUX_EVENTFD 1
#define GPR_POSIX_SOCKET 1
#define GPR_POSIX_SOCKETADDR 1
-#define GPR_POSIX_ENV 1
+#define GPR_LINUX_ENV 1
#define GPR_POSIX_FILE 1
#define GPR_POSIX_STRING 1
#define GPR_POSIX_SYNC 1