History log of /openbsd/regress/lib/libc/stdio_threading/fgetln/fgetln_test.c (Results 1 – 3 of 3)
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)


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

Delete unused variables found by -Wall


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

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