[Xcb] [PATCH] Add pthread_setcancelstate

Rémi Denis-Courmont remi at remlab.net
Thu Jan 7 12:39:10 PST 2010


Le jeudi 7 janvier 2010 22:36:20 Rémi Denis-Courmont, vous avez écrit :
> ---
>  configure.ac |    2 +-
>  stubs.c      |   26 ++++++++++++++++++++++++++
>  2 files changed, 27 insertions(+), 1 deletions(-)

There you go. But I fail to see how to do the same for pthread_cleanup_(push|
pop). Providing stub for them is easy. Providing weak aliases is not. Those 
two guys are macros, not function entry points. The underlying function calls 
are platform-dependent.

-- 
Rémi Denis-Courmont
http://www.remlab.net/
http://fi.linkedin.com/in/remidenis


More information about the Xcb mailing list