History log of /openbsd-src/regress/lib/libc/telldir/utils.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 36cd4f11 27-Jul-2017 bluhm <bluhm@openbsd.org>

Fix all clang warnings in libc regress and cleanup some make files.


# aeea1f27 03-Nov-2013 schwarze <schwarze@openbsd.org>

Add a second test, shortseek(), to make sure that seekdir() also works
correctly when moving the directory pointer by small distances.
This is currently failing, i will send an updated libc/gen patch

Add a second test, shortseek(), to make sure that seekdir() also works
correctly when moving the directory pointer by small distances.
This is currently failing, i will send an updated libc/gen patch
to fix this right afterwards.

Move the functions createfiles() and delfiles() to utils.{h,c} for reuse.
Minor cleanup in telldir.c.

show more ...