History log of /openbsd-src/regress/lib/libc/stdio_threading/include/local.h (Results 1 – 5 of 5)
Revision Date Author Comments
# ffb4dd05 20-Jul-2014 guenther <guenther@openbsd.org>

Make sure the correct errno is reported by warn* or err* and not
the errno of an intervening cleanup operation like close/unlink/etc.

Diff from Doug Hogan (doug (at) acyclic.org)


# f1f3d9f4 20-Jul-2014 guenther <guenther@openbsd.org>

Add missing include. Tickled by Doug Hogan (doug (at) acyclic.org)


# 5ad04d35 20-May-2014 guenther <guenther@openbsd.org>

Use errc/warnc to simplify code.
Also, in 'ftp', always put the error message last, after the hostname/ipaddr.

ok jsing@ krw@ millert@


# cd1eb269 08-May-2010 naddy <naddy@openbsd.org>

* add #includes to pull in missing prototypes, as pointed out by gcc4
* fix CFLAGS syntax for make depend

ok blambert@


# 5054e3e7 19-Nov-2009 guenther <guenther@openbsd.org>

Add regression tests for stdio threading. Originally by blambert with
some further hacking by me