From e40470ec76df3044958d17e516910385bc06d5d2 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 13 Apr 2007 11:04:55 +0000 Subject: [PATCH] Fix typo in return type. --- ChangeLog | 5 +++++ lib/tls.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f87c537ff0..7cba442c85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-04-13 Bruno Haible + + * lib/tls.c (glthread_tls_get): Fix return type. + Patch by Arto C. Nirkko . + 2007-04-12 Eric Blake * modules/gettime (Depends-on): Remove gettime. diff --git a/lib/tls.c b/lib/tls.c index 795c638e94..8a203b328f 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; -- 2.30.2