CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/11/02 18:20:24
Modified files:
regress/lib/libc/telldir: Makefile telldir.c
Added files:
regress/lib/libc/telldir: main.c shortseek.c utils.c utils.h
Log message:
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.