diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-10 10:00:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-10 10:00:51 +0000 |
commit | 5a6dcd0d8952ae3a4bf50fe921617ed52f51669e (patch) | |
tree | efb4bfada245c1be0e3ce0beaad6e3b527114327 | |
parent | f90b426a8a9ea19275af545b498bfbae0e5bc443 (diff) | |
download | glibc-5a6dcd0d8952ae3a4bf50fe921617ed52f51669e.tar glibc-5a6dcd0d8952ae3a4bf50fe921617ed52f51669e.tar.gz glibc-5a6dcd0d8952ae3a4bf50fe921617ed52f51669e.tar.bz2 glibc-5a6dcd0d8952ae3a4bf50fe921617ed52f51669e.zip |
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.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |