[blob] Use MAP_NORESERVE if available (#1039)
authorEbrahim Byagowi <ebrahim@gnu.org>
Sat, 26 May 2018 19:20:10 +0000 (23:50 +0430)
committerGitHub <noreply@github.com>
Sat, 26 May 2018 19:20:10 +0000 (23:50 +0430)
commit65c82179c9b3aafd90987485a49c09dbbb473c90
tree5b29847b0fd32834d9e1ddb025dc52595dba30d7
parent1ce40d900a9c451d8d5814a9b30759d1e66f99c8
[blob] Use MAP_NORESERVE if available (#1039)

MAP_NORESERVE is not available on macOS for example so set the flag
to zero if not defined on the headers.
src/hb-blob.cc