diff options
author | Alistair Francis <alistair23@gmail.com> | 2018-04-08 11:25:15 -0700 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-09 11:22:21 +0200 |
commit | 6d1060d2610cc07f9f2cac61f9ec2276afc102d5 (patch) | |
tree | 133dff7c5b4f153a70ed9861a097f3e31be76a17 /package/patch | |
parent | 4dcfcd17c09b5684e95943de119b95a34c93ad63 (diff) | |
download | buildroot-6d1060d2610cc07f9f2cac61f9ec2276afc102d5.tar.gz buildroot-6d1060d2610cc07f9f2cac61f9ec2276afc102d5.zip |
package/xen: fix qemu-xen memfd build failure
Fix the QEMU memfd compile error:
tools/qemu-xen/util/memfd.c:40:12: error: static declaration of 'memfd_create' follows non-static declaration
static int memfd_create(const char *name, unsigned int flags)
^~~~~~~~~~~~
that has been introduced since the Glibc 2.27 upgrade.
This just involves porting the upstream QEMU patch to the Xen QEMU tree.
This fixes:
http://autobuild.buildroot.net/results/ec7cda00e07b0c98a9a366244b67611e042e0d4b/
Signed-off-by: Alistair Francis <alistair@alistair23.me>
Tested-by: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/patch')
0 files changed, 0 insertions, 0 deletions