(__closedir): Remove __libc_lock_lock call. It is not allowed to destroy pthread...
authorUlrich Drepper <drepper@redhat.com>
Tue, 10 Dec 2002 09:59:25 +0000 (09:59 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 10 Dec 2002 09:59:25 +0000 (09:59 +0000)
commitf90b426a8a9ea19275af545b498bfbae0e5bc443
tree6340da1acf854f3995e04f66788d2280ee1d91d0
parent741e0d64d248719e8ac56f2feb2db0b997394948
(__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.
sysdeps/unix/closedir.c