This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Incorrect entry on C11Status page: fopen mode "x"
- From: Keith Thompson <Keith dot S dot Thompson at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Cc: Keith Thompson <Keith dot S dot Thompson at gmail dot com>
- Date: Fri, 14 Jul 2017 18:48:33 -0700
- Subject: Incorrect entry on C11Status page: fopen mode "x"
- Authentication-results: sourceware.org; auth=none
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.)