public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: libc-ports@sourceware.org
Subject: [PATCH] ia64: use hidden_def with internal pthread funcs
Date: Thu, 31 May 2012 04:29:00 -0000	[thread overview]
Message-ID: <1338438584-22287-1-git-send-email-vapier@gentoo.org> (raw)
In-Reply-To: <Pine.LNX.4.64.1205300958370.25659@digraph.polyomino.org.uk>

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 ChangeLog.ia64                                   |    3 +++
 sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/ChangeLog.ia64 b/ChangeLog.ia64
index 3a144b4..c9e9ea7 100644
--- a/ChangeLog.ia64
+++ b/ChangeLog.ia64
@@ -3,6 +3,9 @@
 	* sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove
 	__connect_internal alias.
 
+	* sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Replace
+	_internal alias by hidden_def.
+
 2012-05-25  Mike Frysinger  <vapier@gentoo.org>
 
 	* sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Update.
diff --git a/sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c b/sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c
index 1f22a8b..7730935 100644
--- a/sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c
+++ b/sysdeps/unix/sysv/linux/ia64/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.8.6

      parent reply	other threads:[~2012-05-31  4:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-30 10:01 Ports updates for NPTL _internal aliases change Joseph S. Myers
2012-05-30 13:54 ` Carlos O'Donell
2012-05-30 13:54   ` Joseph S. Myers
2012-05-30 18:23 ` Richard Henderson
2012-05-31  4:29 ` Mike Frysinger [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1338438584-22287-1-git-send-email-vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=libc-ports@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).