freebsd-dev/tools/regression/lib
Jilles Tjoelker 2973057493 Allow strerror(0) and strerror_r(0, ...).
Of course, strerror_r() may still fail with ERANGE.

Although the POSIX specification said this could fail with EINVAL and
doing this likely indicates invalid use of errno, most other
implementations permitted it, various POSIX testsuites require it to
work (matching the older sys_errlist array) and apparently some
applications depend on it.

PR:		standards/151316
MFC after:	1 week
2011-04-05 21:56:05 +00:00
..
libc Allow strerror(0) and strerror_r(0, ...). 2011-04-05 21:56:05 +00:00
libmp Rename all symbols in libmp(3) to mp_*, just like Solaris. 2009-02-26 21:43:15 +00:00
libutil Add test-pidfile.c and increase warning level. 2009-11-12 01:37:25 +00:00
msun Add some tests for cexp() and cexpf(). (I need to clean up all of 2011-03-07 03:15:49 +00:00