History log of /freebsd-10-stable/include/pthread.h
Revision Date Author Comments
# 257113 25-Oct-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
Approved by: re (glebius)


# 257113 25-Oct-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
Approved by: re (glebius)