Increase _XOPEN_SOURCE macro to 700

This commit is contained in:
murgatroid99 2018-10-24 11:00:25 -07:00
parent 3eb67d8038
commit b7f7bf0dce
2 changed files with 2 additions and 2 deletions

View File

@ -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"', {

View File

@ -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"', {