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]

Incorrect entry on C11Status page: fopen mode "x"


The gcc C11status page at https://gcc.gnu.org/wiki/C11Status
mentions 'fopen mode "x"' as a library issue.

Neither C11 nor any other edition of the C standard mentions an "x"
mode for the fopen function.

I suggest deleting that entry. It's a glibc-specific extension. (POSIX
also doesn't mention it.)


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