chiark / gitweb /
meson: define _GNU_SOURCE to detect copy_file_range() (#7734)
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 25 Dec 2017 10:42:42 +0000 (19:42 +0900)
committerSven Eden <yamakuzure@gmx.net>
Wed, 30 May 2018 05:49:41 +0000 (07:49 +0200)
commit2c6a42ac57f8096e29e4d71cb758f04a71ebba77
tree0ae320e75af53e0c7618698ce631a3494ba73133
parentb20c01866c4794e5a4fc1cce1b81f23aa21157ab
meson: define _GNU_SOURCE to detect copy_file_range() (#7734)

Follow-up for bad7a0c81f501fbbcc79af9eaa4b8254441c4a1f of git
repository for glibc.

Recently glibc added `copy_file_range()`, but to use it,
`_GNU_SOURCE` needs to be defined. This adds the flag in
meson.build to detect the function by meson correctly.
meson.build