summaryrefslogtreecommitdiff
path: root/gcc/gthr-win32.h
diff options
context:
space:
mode:
authorrodrigc <rodrigc@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-19 00:24:52 +0000
committerrodrigc <rodrigc@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-19 00:24:52 +0000
commite066425dd70681b63d24e2c3dd78844ed478cb6e (patch)
treee5fc14c5df9380787eb5bba2dfa97fffd6d19492 /gcc/gthr-win32.h
parent6553eb5b01e242d57f5297b54fa6e845c304ec96 (diff)
downloadgcc-e066425dd70681b63d24e2c3dd78844ed478cb6e.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47157 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gthr-win32.h')
-rw-r--r--gcc/gthr-win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gthr-win32.h b/gcc/gthr-win32.h
index 97a50dab0bb..f432194f899 100644
--- a/gcc/gthr-win32.h
+++ b/gcc/gthr-win32.h
@@ -181,7 +181,7 @@ int
__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;