GNOME Bugzilla – Bug 729805
[linux] bind O_NOATIME
Last modified: 2017-02-18 16:31:53 UTC
The common open(2) flags are defined in posix.vapi, but the linux specific O_NOATIME is missing from linux.vapi.
Also _GNU_SOURCE is needed.
Yeah. See https://bugzilla.gnome.org/show_bug.cgi?id=729803
I'm fine with adding it to linux.vapi – even without the automagically adding _GNU_SOURCE requirement, as I'm pretty sure we already have some of those cases in linux.vapi. It does not make sense to make people wait for this feature to eventually appear (or not).
This problem has been fixed in the unstable development version. The fix will be available in the next major software release. You may need to upgrade your Linux distribution to obtain that newer version.