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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47157
138bc75d-0d04-0410-961f-
82ee72b054a4
2001-11-18 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.
+
+2001-11-18 Craig Rodrigues <rodrigc@gcc.gnu.org>
+
PR bootstrap/4020
* mklibgcc.in: Add missing semi-colons.
* Makefile.in: Same.
__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;