Re: wrong macro definition in pthread.h

2006-02-14 Thread Václav Haisman
skaller wrote: > On Mon, 2006-02-13 at 21:27 +0900, 橋 宏彰 wrote: >> In cvs head. >> >> winsup/cygwin/include/pthread.h >> >> #define pthread_cleanup_push(_fn, _arg) { __pthread_cleanup_handler >> __cleanup_handler = \ >>{ _fn, _arg, NULL }; \ >>

Re: wrong macro definition in pthread.h

2006-02-13 Thread HASHI Hiroaki
> > In cvs head. > > > > winsup/cygwin/include/pthread.h > > > > #define pthread_cleanup_push(_fn, _arg) { __pthread_cleanup_handler > > __cleanup_handler = \ > >{ _fn, _arg, NULL }; \ > >_pthread_cleanup_p

Re: wrong macro definition in pthread.h

2006-02-13 Thread skaller
On Mon, 2006-02-13 at 21:27 +0900, 橋 宏彰 wrote: > In cvs head. > > winsup/cygwin/include/pthread.h > > #define pthread_cleanup_push(_fn, _arg) { __pthread_cleanup_handler > __cleanup_handler = \ >{ _fn, _arg, NULL }; \ >