summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--glnx-fdio.h2
-rw-r--r--tests/use-as-subproject/meson.build1
2 files changed, 2 insertions, 1 deletions
diff --git a/glnx-fdio.h b/glnx-fdio.h
index b6ba0ea..af53479 100644
--- a/glnx-fdio.h
+++ b/glnx-fdio.h
@@ -209,6 +209,7 @@ int glnx_renameat2_noreplace (int olddirfd, const char *oldpath,
int glnx_renameat2_exchange (int olddirfd, const char *oldpath,
int newdirfd, const char *newpath);
+#ifdef _GNU_SOURCE
/**
* glnx_try_fallocate:
* @fd: File descriptor
@@ -240,6 +241,7 @@ glnx_try_fallocate (int fd,
return TRUE;
}
+#endif
/**
* glnx_fstat:
diff --git a/tests/use-as-subproject/meson.build b/tests/use-as-subproject/meson.build
index 65ba37b..2d08160 100644
--- a/tests/use-as-subproject/meson.build
+++ b/tests/use-as-subproject/meson.build
@@ -7,7 +7,6 @@ project(
version : '0',
meson_version : '>=0.49.0',
)
-add_project_arguments('-D_GNU_SOURCE', language : 'c')
configure_file(
copy : true,