diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-01-11 08:10:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-01-11 08:10:42 +0000 |
commit | af047cff7142b324f9236a745ee9cafb400434ba (patch) | |
tree | fa3b4845c252ff7121bcb220944de144c9f1dd35 /ChangeLog | |
parent | 7876272372451b1cb0a7da9cfbbf9027550bccce (diff) | |
download | glibc-af047cff7142b324f9236a745ee9cafb400434ba.tar.gz glibc-af047cff7142b324f9236a745ee9cafb400434ba.tar.xz glibc-af047cff7142b324f9236a745ee9cafb400434ba.zip |
* libio/genops.c (_IO_unbuffer_write): Give concurrently running
threads the chance to work correctly by trying to lock the stream. If this does not work, proceed without locking.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f6b99b654d..bf39f53070 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-01-11 Ulrich Drepper <drepper@redhat.com> + + * libio/genops.c (_IO_unbuffer_write): Give concurrently running + threads the chance to work correctly by trying to lock the stream. + If this does not work, proceed without locking. + 2006-01-10 Ulrich Drepper <drepper@redhat.com> * libio/genops.c (_IO_unbuffer_write): Don't always free the |