Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 10 Dec 2002 10:00:51 +0000 (10:00 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 10 Dec 2002 10:00:51 +0000 (10:00 +0000)
commit5a6dcd0d8952ae3a4bf50fe921617ed52f51669e
treeefb4bfada245c1be0e3ce0beaad6e3b527114327
parentf90b426a8a9ea19275af545b498bfbae0e5bc443
Update.

2002-12-10  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/closedir.c (__closedir): Remove __libc_lock_lock
call.  It is not allowed to destroy pthread mutexes which are
still in use even though it is safe for our implementations.  If
somebody still uses the descriptor it is a bug.
ChangeLog