Actions
Submit #2885
closedAdd support for 'x' flag to fopen() and friends (C11)
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
01/25/2016
Due date:
% Done:
0%
Estimated time:
Description
C11 defines new modifier for fopen(), 'x', this patch implements it.
Note that I've changed fopen() behavior a little, it is more strict and fails if it finds flag that it doesn't understand. If that's not OK, just remove part that is returning in second switch(). I personally think it's better to fail than pretend we support something.
Any comments are welcome.
Files
Updated by swildner over 8 years ago
- Status changed from New to Closed
This was pushed in a modified form:
https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bf662a3e86f3f2fc420ffa99385ca8a9d412938a
Actions