aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index ddef9fe2..7fadf872 100644
--- a/meson.build
+++ b/meson.build
@@ -81,7 +81,7 @@ else
endif
if cc.links(
template.format('fcntl.h',
- 'posix_fadvise(0, 0, 4096, POSIX_FADV_SEQUENTIAL))'),
+ 'posix_fadvise(0, 0, 4096, POSIX_FADV_SEQUENTIAL)'),
args: system_c_args,
name: 'posix_fadvise')
platform_c_args += ['-DHAVE_POSIX_FADVISE']