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.
Actions