X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ftls.c;h=8a203b328f4c652f85c338f9668c22358976fcfd;hb=dd6ceef65e424d30db8706273f88c20b015012ce;hp=795c638e94c6fb6c0707eb73d2f8ee82bcc60815;hpb=99099106c3c1cb16ed1e91be970332fe225e278b;p=gnulib.git diff --git a/lib/tls.c b/lib/tls.c index 795c638e9..8a203b328 100644 --- a/lib/tls.c +++ b/lib/tls.c @@ -1,5 +1,5 @@ /* 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 @@ -41,7 +41,7 @@ /* ------------------------- gl_tls_key_t datatype ------------------------- */ -void +void * glthread_tls_get (thread_key_t key) { void *value;