summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libc/stdio/test-fopen.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove stale tools/regression directory that should have been deletedngie2015-12-051-113/+0
| | | | | | in r291840 Sponsored by: EMC / Isilon Storage Division
* libc/stdio: Allow fopen/freopen modes in any order (except initial r/w/a).jilles2013-09-061-0/+113
Austin Group issue #411 requires 'e' to be accepted before and after 'x', and encourages accepting the characters in any order, except the initial 'r', 'w' or 'a'. Given that glibc accepts the characters after r/w/a in any order and that diagnosing this problem may be hard, change our libc to behave that way as well.
OpenPOWER on IntegriCloud