This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: man-page code doesn't compile with `-std=c99'


On 22 August 2016 at 13:12, Yubin Ruan wrote:
> The man page doesn't mention standard issue about these S_IF* flags. Is it a man
> page issue or a gcc issue ?

It seems that you need _XOPEN_SOURCE >= 500 but it has nothing to do with GCC.

The example comes from the linux man pages project and the headers
come from glibc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]