]> xenbits.xensource.com Git - xen.git/commit
9pfsd: allow building with old glibc
authorJan Beulich <jbeulich@suse.com>
Tue, 5 Mar 2024 14:33:47 +0000 (15:33 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 6 Mar 2024 12:03:36 +0000 (12:03 +0000)
commitf4900d6d69b534a00a2d6f8981a3bd5dc22a7c0b
tree7c992d6237600adfbb659f86cd61452f107f5b7f
parente14fece7d48372d64468717ea3d3e65487a0a4f2
9pfsd: allow building with old glibc

Neither pread() / pwrite() nor O_DIRECTORY are available from glibc
2.11.3 headers without defining (e.g.) _GNU_SOURCE. Supplying the
definition unconditionally shouldn't be a problem, seeing that various
other tools/ components do so, too.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
tools/9pfsd/Makefile