Re: [PATCH] xenstored: fix build on libc without O_CLOEXEC

2021-01-27 Thread Ian Jackson
Jan Beulich writes ("[PATCH] xenstored: fix build on libc without O_CLOEXEC"): > The call to lu_read_state() would remain unresolved in this case. Frame > the construct by a suitable #ifdef, and while at it also frame command > line handling related pieces similarly. >

[PATCH] xenstored: fix build on libc without O_CLOEXEC

2021-01-27 Thread Jan Beulich
The call to lu_read_state() would remain unresolved in this case. Frame the construct by a suitable #ifdef, and while at it also frame command line handling related pieces similarly. Fixes: 9777fa6b6ea0 ("tools/xenstore: evaluate the live update flag when starting") Signed-off-by: Jan Beulich -