Actions
Feature #4294
closedfopen could support 'x'
Start date:
2013-11-06
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
C11 adds 'x' as a valid argument to fopen. This matches the traditional usage on other platforms such as the BSDs, OS X, and GNU/Linux to mean O_EXCL. We should add support for this to match those platforms and standards.
Updated by Robert Mustacchi about 9 years ago
- Status changed from New to Resolved
Resolved in b5e595027fe431bb04a0f9b86ceb323a2d702dda.
Actions