X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Fglthread%2Ftls.c;h=bcd285c27368f328dd0f9d7ae36bc8a4ab187e1e;hb=931b01b091932a1f796c23379ea32abb68bd5895;hp=9738ff1f5315df33b54ceb3c159347f66b8b10bf;hpb=7be93f2d05131d061bd4790ae33c8d50f50010d7;p=platform%2Fupstream%2Fm4.git diff --git a/lib/glthread/tls.c b/lib/glthread/tls.c index 9738ff1..bcd285c 100644 --- a/lib/glthread/tls.c +++ b/lib/glthread/tls.c @@ -1,5 +1,5 @@ /* Thread-local storage in multithreaded situations. - Copyright (C) 2005-2011 Free Software Foundation, Inc. + Copyright (C) 2005-2013 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 @@ -54,7 +54,7 @@ glthread_tls_get_multithreaded (thread_key_t key) /* ========================================================================= */ -#if USE_WIN32_THREADS +#if USE_WINDOWS_THREADS #endif