summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/telldir/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a second test, shortseek(), to make sure that seekdir() also worksschwarze2013-11-031-2/+6
| | | | | | | | | 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.
* telldir/seekdir regress tesst. Fails on -current, since seekdir(x),otto2006-03-251-0/+5
telldir() does not return x. This will we fixed.