This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

Re: bootstrap/4448


http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=4448&database=gcc

Hi,

Please apply the following patch on branch, and the equivalent
patch on mainline, so that I can close PR 4448.


2001-10-14  Craig Rodrigues  <rodrigc@gcc.gnu.org>

	PR c/4448
	* gthr-win32.h: (__gthread_objc_thread_exit): Fix variable name __objc_thread_exit_status
	  so that it matches the variable defined in objc/thr.h.


Index: gthr-win32.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/gthr-win32.h,v
retrieving revision 1.8
diff -u -r1.8 gthr-win32.h
--- gthr-win32.h	2001/01/22 21:29:53	1.8
+++ gthr-win32.h	2001/10/14 06:24:28
@@ -181,7 +181,7 @@
 __gthread_objc_thread_exit(void)
 {
   /* exit the thread */
-  ExitThread(__gthread_objc_thread_exit_status);
+  ExitThread(__objc_thread_exit_status);
 
   /* Failed if we reached here */
   return -1;
-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@mediaone.net          


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