+2007-04-13 Bruno Haible <bruno@clisp.org>
+
+ * lib/tls.c (glthread_tls_get): Fix return type.
+ Patch by Arto C. Nirkko <anirkko@insel.ch>.
+
2007-04-12 Eric Blake <ebb9@byu.net>
* modules/gettime (Depends-on): Remove gettime.
/* Thread-local storage in multithreaded situations.
- Copyright (C) 2005-2006 Free Software Foundation, Inc.
+ Copyright (C) 2005-2007 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
/* ------------------------- gl_tls_key_t datatype ------------------------- */
-void
+void *
glthread_tls_get (thread_key_t key)
{
void *value;