Commit c6c2b18d by Ben Elliston Committed by Ben Elliston

emutls.c (__emutls_get_address): Prototype.

	* emutls.c (__emutls_get_address): Prototype.
	(__emutls_register_common): Likewise.

From-SVN: r142579
parent e45ade7e
......@@ -9,6 +9,9 @@
2008-12-09 Ben Elliston <bje@au.ibm.com>
* emutls.c (__emutls_get_address): Prototype.
(__emutls_register_common): Likewise.
* config/dfp-bit.c (DFP_TO_INT): Remove unnecessary cast.
2008-12-09 Ben Elliston <bje@au.ibm.com>
......@@ -54,6 +54,9 @@ struct __emutls_array
void **data[];
};
void *__emutls_get_address (struct __emutls_object *);
void __emutls_register_common (struct __emutls_object *, word, word, void *);
#ifdef __GTHREADS
#ifdef __GTHREAD_MUTEX_INIT
static __gthread_mutex_t emutls_mutex = __GTHREAD_MUTEX_INIT;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment