This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [ranty@atdot.org: Bug#76242: libc6: broken pthread.h]


Ben Collins <bcollins@debian.org> writes:

>  #define pthread_cleanup_push(routine,arg) \
>    { struct _pthread_cleanup_buffer _buffer;				      \
> -    _pthread_cleanup_push (&_buffer, (routine), (arg));
> +    _pthread_cleanup_push (&_buffer, (routine), (arg));}

Try to understand the code.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]