Re: [PATCH 05/10] tools/xenstored: xenstored_core.h should include fcntl.h

2021-06-24 Thread Juergen Gross
On 16.06.21 16:43, Julien Grall wrote: From: Julien Grall xenstored_core.h will consider live-udpate is not supported if O_CLOEXEC doesn't exist. However, the header doesn't include the one defining O_CLOEXEC (i.e. fcntl.h). This means that depending on the header included, some source file wil

Re: [PATCH 05/10] tools/xenstored: xenstored_core.h should include fcntl.h

2021-06-21 Thread Luca Fancellu
> On 16 Jun 2021, at 15:43, Julien Grall wrote: > > From: Julien Grall > > xenstored_core.h will consider live-udpate is not supported if > O_CLOEXEC doesn't exist. However, the header doesn't include the one > defining O_CLOEXEC (i.e. fcntl.h). This means that depending on > the header incl