emutls.c (__emutls_get_address): Prototype.

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

From-SVN: r142579
This commit is contained in:
Ben Elliston 2008-12-09 04:57:32 +00:00 committed by Ben Elliston
parent e45ade7e2e
commit c6c2b18db9
2 changed files with 6 additions and 0 deletions

View File

@ -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>

View File

@ -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;