public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] hppa: use hidden_def with internal pthread funcs
@ 2012-11-18  9:04 Mike Frysinger
  2012-11-19  5:46 ` Carlos O'Donell
  2012-11-19  5:46 ` Mike Frysinger
  0 siblings, 2 replies; 10+ messages in thread
From: Mike Frysinger @ 2012-11-18  9:04 UTC (permalink / raw)
  To: libc-ports; +Cc: carlos

This matches what everyone else has done already, and allows to it
to actually compile.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 ports/ChangeLog.hppa                                   | 5 +++++
 ports/sysdeps/unix/sysv/linux/hppa/nptl/pthread_once.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ports/ChangeLog.hppa b/ports/ChangeLog.hppa
index 201dd01..eeb8d45 100644
--- a/ports/ChangeLog.hppa
+++ b/ports/ChangeLog.hppa
@@ -1,3 +1,8 @@
+2012-11-18  Mike Frysinger  <vapier@gentoo.org>
+
+	* sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Replace
+	_internal alias by hidden_def.
+
 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #14805]
diff --git a/ports/sysdeps/unix/sysv/linux/hppa/nptl/pthread_once.c b/ports/sysdeps/unix/sysv/linux/hppa/nptl/pthread_once.c
index 974819e..94dc71a 100644
--- a/ports/sysdeps/unix/sysv/linux/hppa/nptl/pthread_once.c
+++ b/ports/sysdeps/unix/sysv/linux/hppa/nptl/pthread_once.c
@@ -90,4 +90,4 @@ __pthread_once (once_control, init_routine)
   return 0;
 }
 weak_alias (__pthread_once, pthread_once)
-strong_alias (__pthread_once, __pthread_once_internal)
+hidden_def (__pthread_once)
-- 
1.7.12.4

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-11-21  5:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-18  9:04 [PATCH] hppa: use hidden_def with internal pthread funcs Mike Frysinger
2012-11-19  5:46 ` Carlos O'Donell
2012-11-19  5:46 ` Mike Frysinger
2012-11-19  5:48   ` Carlos O'Donell
2012-11-19  6:11     ` Mike Frysinger
2012-11-19  6:19       ` Carlos O'Donell
2012-11-19 14:33     ` Joseph S. Myers
2012-11-20 20:22       ` Carlos O'Donell
2012-11-20 23:42         ` Joseph S. Myers
2012-11-21  5:11           ` Carlos O'Donell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).