From 8361400815265a29038f6833d12fc8e830340d84 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 15 Dec 2002 19:59:08 +0000 Subject: Add namespace protected alias. --- nptl/pthread_self.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nptl/pthread_self.c') diff --git a/nptl/pthread_self.c b/nptl/pthread_self.c index ad231cd928..f0e3b3f98c 100644 --- a/nptl/pthread_self.c +++ b/nptl/pthread_self.c @@ -22,7 +22,8 @@ pthread_t -pthread_self (void) +__pthread_self (void) { return (pthread_t) THREAD_SELF; } +strong_alias (__pthread_self, pthread_self) -- cgit v1.2.3