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

Jonathan Wakely jwakely.gcc@gmail.com
Mon Aug 22 12:27:00 GMT 2016


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.



More information about the Gcc-help mailing list