| Summary: | Enable UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE by default | ||
|---|---|---|---|
| Product: | uClibc | Reporter: | Jeffrey Walton <noloader> |
| Component: | stdio | Assignee: | unassigned |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | uclibc-cvs |
| Priority: | P5 | ||
| Version: | 0.9.33.3 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Jeffrey Walton
2013-02-27 23:36:20 UTC
This library aims to implement SUSv4 (aka POSIX-2008 aka IEEE Std 1003.1-2008).
$ grep "through SUSv4" TODO
*) Go through SUSv4
So yes, SUSv4 compliants is on the TODO list. Please do not file bugs about those but send proper and complete patches to handle SUSv4.
Regarding this issue here. There is no 'x' mode in http://pubs.opengroup.org/onlinepubs/9699919799/functions/fopen.html
so we rightfully have it as an extension.
You may want to send a patch that adds ...glibc extension (and C11 requirement).. to the help-text, sure.
TIA,
|