[Bug 5984] Enable UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE by default

bugzilla at busybox.net bugzilla at busybox.net
Thu Feb 28 12:12:16 UTC 2013


https://bugs.busybox.net/show_bug.cgi?id=5984

--- Comment #1 from Bernhard Reutner-Fischer <aldot at uclibc.org> 2013-02-28 12:12:40 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,

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the uClibc-cvs mailing list