diff options
Diffstat (limited to 'contrib/gcc/gthr.h')
-rw-r--r-- | contrib/gcc/gthr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/gcc/gthr.h b/contrib/gcc/gthr.h index b436bb6..b051154 100644 --- a/contrib/gcc/gthr.h +++ b/contrib/gcc/gthr.h @@ -62,8 +62,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *)) int __gthread_key_delete (__gthread_key_t key) - int __gthread_key_dtor (__gthread_key_t key, void *ptr) - void *__gthread_getspecific (__gthread_key_t key) int __gthread_setspecific (__gthread_key_t key, const void *ptr) |