X-Spam-Check-By: sourceware.org Date: Mon, 13 Feb 2006 21:27:17 +0900 (JST) Message-Id: <20060213.212717.193713030.hasi@cskk-sv.co.jp> To: cygwin AT cygwin DOT com Subject: wrong macro definition in pthread.h From: =?iso-2022-jp?B?GyRCNjYbKEIgGyRCOSg+NBsoQg==?= Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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/