libxl: fix build on rather old systems
authorJan Beulich <JBeulich@suse.com>
Fri, 11 Jan 2019 10:09:35 +0000 (03:09 -0700)
committerWei Liu <wei.liu2@citrix.com>
Fri, 11 Jan 2019 15:02:00 +0000 (15:02 +0000)
commit1bce5f9baf0f4a4e50722f32b44afe4fdefc6b35
tree545ff1973642b87efe5befb5cdda7e174836270f
parent3729730e94c4e7909a80320e7e0e195b9663d584
libxl: fix build on rather old systems

CLONE_NEWIPC has been introduced in Linux 2.6.19 only (and into glibc
at around that time as well). Cope with it being undefined as well as
with the underlying kernel not knowing of it.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Release-acked-by: Juergen Gross <jgross@suse.com>
tools/libxl/libxl_linux.c