wrong macro definition in pthread.h

橋 宏彰 hasi@cskk-sv.co.jp
Mon Feb 13 13:06:00 GMT 2006


In cvs head.

winsup/cygwin/include/pthread.h

  #define pthread_cleanup_push(_fn, _arg) { __pthread_cleanup_handler __cleanup_handler = \
                                           { _fn, _arg, NULL }; \
                                           _pthread_cleanup_push( &__cleanup_handler );
  #define pthread_cleanup_pop(_execute) _pthread_cleanup_pop( _execute ); }

incorrect '}' position.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list