<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jan 9, 2020 at 8:49 PM Cyril Hrubis <<a href="mailto:chrubis@suse.cz">chrubis@suse.cz</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi!<br>
> > > diff --git a/testcases/kernel/syscalls/fadvise/posix_fadvise01.c<br>
> > b/testcases/kernel/syscalls/fadvise/posix_fadvise01.c<br>
> > > index 2af040840..f5d7ca8ac 100644<br>
> > > --- a/testcases/kernel/syscalls/fadvise/posix_fadvise01.c<br>
> > > +++ b/testcases/kernel/syscalls/fadvise/posix_fadvise01.c<br>
> > > @@ -20,6 +20,7 @@<br>
> > >   *   None<br>
> > >   */<br>
> > ><br>
> > > +#define _GNU_SOURCE<br>
> > >  #define _XOPEN_SOURCE 600<br>
> > >  #include <fcntl.h><br>
> ><br>
> > Why do we need the _GNU_SOURCE here? We switched to a syscall() in the<br>
> > header, hence we do not need the syncfs() prototype anymore.<br>
> ><br>
> ><br>
> But shouldn't we define the _GNU_SOURCE for syscall()?  Otherwise,<br>
> the _XOPEN_SOURCE 600 definitions will take effect and makes the compiler<br>
> print new errors[1].<br>
> <br>
> Here I fee a little confused, or do we need to delete the _XOPEN_SOURCE<br>
> definition directly for the test posix_fadvise01.c?<br>
<br>
Sigh, looks like the _XOPEN_SOURCE 600 disables syscall() definition<br>
from being exposed, which is otherwise exposed by default.<br>
<br>
Also it looks like things works fine for me when I remove the<br>
_XOPEN_SOURCE 600.<br>
<br>
So I guess that we should try to remove the _XOPEN_SOURCE from the<br>
posix_fadvise() tests and try to compile the code on old enough<br>
distribution. If that works we should do it that way.<br></blockquote><div><br></div><div class="gmail_default" style="font-size:small">Ok, I will have a try (remove the _XOPEN_SOURCE) to build it on more distros. If works fine will send patch v2.</div></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>Regards,<br></div><div>Li Wang<br></div></div></div></div>