summaryrefslogtreecommitdiff
path: root/gcc/objc/init.c
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1997-02-03 00:57:44 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1997-02-03 00:57:44 +0000
commit238da6f1242fae675482086bc2c514e81db0389e (patch)
treeb0ce179afe2c51d0381f688f6ac3d2e743447c8f /gcc/objc/init.c
parent575536ec2e2649b06c2a6f34e83dff9f288f45c0 (diff)
downloadgcc-238da6f1242fae675482086bc2c514e81db0389e.tar.gz
(__objc_runtime_mutex): Eliminate leading underscore from name of objc
mutex and thread structures. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13598 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objc/init.c')
-rw-r--r--gcc/objc/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/init.c b/gcc/objc/init.c
index 051888193d9..b95f38b9fe1 100644
--- a/gcc/objc/init.c
+++ b/gcc/objc/init.c
@@ -40,7 +40,7 @@ static struct objc_list* unclaimed_proto_list = 0; /* !T:MUTEX */
static struct objc_list *uninitialized_statics = 0; /* !T:MUTEX */
/* Global runtime "write" mutex. */
-_objc_mutex_t __objc_runtime_mutex;
+objc_mutex_t __objc_runtime_mutex;
/* Number of threads that are alive. */
int __objc_runtime_threads_alive = 1; /* !T:MUTEX */