summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads/internals.h
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-03-16 08:54:38 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-03-16 08:54:38 +0000
commite0a7506f8ec11c1c524fe1d6b52781d168e988db (patch)
tree2dcf7858f0c7d236efe32db885baa9379358ec8a /libpthread/linuxthreads/internals.h
parente772b90e7e8190112a987f7c18c19a33766acfd0 (diff)
downloaduClibc-alpine-e0a7506f8ec11c1c524fe1d6b52781d168e988db.tar.bz2
uClibc-alpine-e0a7506f8ec11c1c524fe1d6b52781d168e988db.tar.xz
Merge nptl branch tree with trunk.
Step 7: merge linuxthreads and linuxthread.old folders Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'libpthread/linuxthreads/internals.h')
-rw-r--r--libpthread/linuxthreads/internals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpthread/linuxthreads/internals.h b/libpthread/linuxthreads/internals.h
index c8e4262d6..8e270e37a 100644
--- a/libpthread/linuxthreads/internals.h
+++ b/libpthread/linuxthreads/internals.h
@@ -531,9 +531,9 @@ weak_extern (__pthread_thread_self)
# define __manager_thread __pthread_manager_threadp
#endif
-extern __always_inline pthread_descr
+static __always_inline pthread_descr
check_thread_self (void);
-extern __always_inline pthread_descr
+static __always_inline pthread_descr
check_thread_self (void)
{
pthread_descr self = thread_self ();