]> sourceware.org Git - glibc.git/commitdiff
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)
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

index fd8a5b417b872a8814d2c0ac1b3ecbe83abfebfb..5d7e42befdd36f3b3474c38a3945ee645922f030 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
+
 2002-12-09  Richard Henderson  <rth@redhat.com>
 
        * csu/abi-note.S: Use .p2align, not .align.
This page took 0.041967 seconds and 5 git commands to generate.