Update.cvs/libc-ud-970529cvs/libc-ud-970539
commitd951286f645cc1d6f719c0c715620fc395c049d4
authorUlrich Drepper <drepper@redhat.com>
Fri, 30 May 1997 01:37:13 +0000 (30 01:37 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 30 May 1997 01:37:13 +0000 (30 01:37 +0000)
treeff756b3d8cb561d733337cf27bca2e26358852ba
parent76b87c039ba8d20add4f52ba43f3471fd92e210b
Update.

* io/Makefile (test-srcs): Add ftwtest.
(distribute): Add ftwtest-sh.
(tests): Call ftwtest-sh for this goal.
* io/ftwtest-sh: New file.  Sets up test environment, calls test
program and compares the result.
* io/ftwtest.c: Test program for ftw.

* misc/search.h: Add comments.  Declare tdestroy.
* misc/tsearch.c (tdestroy): New function.
.cvsignore
ChangeLog
io/Makefile
io/ftw.c
io/ftw.h
io/ftwtest-sh [new file with mode: 0644]
io/ftwtest.c [new file with mode: 0644]
misc/search.h
misc/tsearch.c