freebsd-nq/tools/regression/lib
Jilles Tjoelker 93a65e1b5f libc/stdio: Fail fdopen() on an execute-only fd.
An execute-only fd (opened with O_EXEC) allows neither read() nor write()
and is therefore incompatible with all stdio modes. Therefore, the [EINVAL]
error applies.

Also adjust the similar check in freopen() with a NULL path, even though
this checks an fd which is already from a FILE.
2014-04-21 17:40:23 +00:00
..
libc libc/stdio: Fail fdopen() on an execute-only fd. 2014-04-21 17:40:23 +00:00
libmp
libnv Regression tests for the libnv library. 2013-11-12 20:31:16 +00:00
libutil don't assert on bad args, instead return an error.. 2013-10-07 22:22:57 +00:00
msun Fix some bugs in the complex trig tests so that they test both double 2013-06-10 06:03:03 +00:00