Searched hist:257112 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/include/
H A Dpthread.hdiff 257112 Fri Oct 25 11:35:34 MDT 2013 tijl MFC r256925:

Add a dummy statement to the beginning of the pthread_cleanup_pop() macro
to allow a call of the macro to be labelled as in:

label:
pthread_cleanup_pop();

Reviewed by: imp

Completed in 111 milliseconds