Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 26 Oct 2000 08:11:19 +0000 (08:11 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 26 Oct 2000 08:11:19 +0000 (08:11 +0000)
commit726b7b0f5cce9df5dd406a6a38a3e104fac9a070
tree51be27a039af937051a2ee45d7765c024b6c83c8
parent1267f93e167d951907e335bed5cbf1fa56f7357b
Update.

2000-10-26  Ulrich Drepper  <drepper@redhat.com>

* posix/Makefile (tests): Add tst-chmod.
(tst-chmod-ARGS): Define.
* posix/tst-chmod.c: New file.

* test-skeleton.c: Before calling user-defined function remove
parameters from argument list.
* posix/tst-exec.c: Adjust to this change.
* posix/tst-spawn.c: Likewise.

* sysdeps/unix/opendir.c (__opendir): Optimize a bit.  Add
__builtin_expect.
ChangeLog
posix/Makefile
posix/tst-chmod.c [new file with mode: 0644]
posix/tst-exec.c
posix/tst-spawn.c
sysdeps/unix/opendir.c
test-skeleton.c