From b7f7bf0dce62a901326bb01022f122de6ccdab2c Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Wed, 24 Oct 2018 11:00:25 -0700 Subject: [PATCH] Increase _XOPEN_SOURCE macro to 700 --- packages/grpc-native-core/binding.gyp | 2 +- packages/grpc-native-core/templates/binding.gyp.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/grpc-native-core/binding.gyp b/packages/grpc-native-core/binding.gyp index 3e858e18..60b79626 100644 --- a/packages/grpc-native-core/binding.gyp +++ b/packages/grpc-native-core/binding.gyp @@ -92,7 +92,7 @@ 'GRPC_ARES=0', 'GRPC_UV', 'GRPC_NODE_VERSION="1.16.0-pre1"', - '_XOPEN_SOURCE=500' + '_XOPEN_SOURCE=700' ], 'conditions': [ ['grpc_gcov=="true"', { diff --git a/packages/grpc-native-core/templates/binding.gyp.template b/packages/grpc-native-core/templates/binding.gyp.template index a9ba8507..56dc446e 100644 --- a/packages/grpc-native-core/templates/binding.gyp.template +++ b/packages/grpc-native-core/templates/binding.gyp.template @@ -84,7 +84,7 @@ 'GRPC_ARES=0', 'GRPC_UV', 'GRPC_NODE_VERSION="${settings.get('node_version', settings.version)}"', - '_XOPEN_SOURCE=500' + '_XOPEN_SOURCE=700' ], 'conditions': [ ['grpc_gcov=="true"', {