fix logic for when wakeup is not desired on cond bcast
authorRich Felker <dalias@aerifal.cx>
Sun, 25 Sep 2011 06:56:01 +0000 (02:56 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 25 Sep 2011 06:56:01 +0000 (02:56 -0400)
commit09ec0f3aab4df2993f4a2a992529655f6c4f7a70
tree4109f54cb4bd53b6e21086bf905d53aa19fe7a28
parentcba4e1c0a3423ed07ef5c79f6e29360996f32fd7
fix logic for when wakeup is not desired on cond bcast

somehow i forgot that normal-type mutexes don't store the owner tid.
src/thread/pthread_cond_broadcast.c