about summary refs log tree commit diff
path: root/nptl/tst-cond-except.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix exception table for i386 pthread_cond_waitSiddhesh Poyarekar2012-10-011-0/+108
[BZ #14477] Add an additional entry in the exception table to jump to __condvar_w_cleanup2 instead of __condvar_w_cleanup for PI mutexes when %ebx contains the address of the futex instead of the condition variable.