* libio/genops.c (_IO_unbuffer_write): Give concurrently running
commitaf047cff7142b324f9236a745ee9cafb400434ba
authorUlrich Drepper <drepper@redhat.com>
Wed, 11 Jan 2006 08:10:42 +0000 (11 08:10 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 11 Jan 2006 08:10:42 +0000 (11 08:10 +0000)
treefa3b4845c252ff7121bcb220944de144c9f1dd35
parent7876272372451b1cb0a7da9cfbbf9027550bccce
* 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.
ChangeLog
libio/genops.c