[Glibc-bsd-commits] r4500 - trunk/glibc-ports/linuxthreads
Petr Salinger
ps-guest at alioth.debian.org
Thu May 30 14:11:33 UTC 2013
Author: ps-guest
Date: 2013-05-30 14:11:33 +0000 (Thu, 30 May 2013)
New Revision: 4500
Modified:
trunk/glibc-ports/linuxthreads/descr.h
Log:
apply any/local-linuxthreads-thread_self.diff:
2009-01-21 Aurelien Jarno <aurelien at aurel32.net>
* linuxthreads/descr.h (thread_self): Remove static to prevent
warning.
Modified: trunk/glibc-ports/linuxthreads/descr.h
===================================================================
--- trunk/glibc-ports/linuxthreads/descr.h 2013-05-30 14:10:12 UTC (rev 4499)
+++ trunk/glibc-ports/linuxthreads/descr.h 2013-05-30 14:11:33 UTC (rev 4500)
@@ -248,8 +248,8 @@
extern pthread_descr __pthread_find_self (void) __attribute__ ((pure));
-static inline pthread_descr thread_self (void) __attribute__ ((pure));
-static inline pthread_descr thread_self (void)
+extern inline pthread_descr thread_self (void) __attribute__ ((pure));
+extern inline pthread_descr thread_self (void)
{
#ifdef THREAD_SELF
return THREAD_SELF;
More information about the Glibc-bsd-commits
mailing list