m68k: use hidden_def for __pthread_once
authorAndreas Schwab <schwab@linux-m68k.org>
Wed, 30 May 2012 20:52:35 +0000 (22:52 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Wed, 30 May 2012 21:49:29 +0000 (23:49 +0200)
ChangeLog.m68k
sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c

index 21191a8..c184e5b 100644 (file)
@@ -1,3 +1,8 @@
+2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Use
+       hidden_def instead of adding _internal alias.
+
 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
 
        * sysdeps/unix/sysv/linux/m68k/kernel-features.h
index 0ac9e03..8d81db6 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2010 Free Software Foundation, Inc.
+/* Copyright (C) 2010-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Maxim Kuvyrkov <maxim@codesourcery.com>, 2010.
 
@@ -87,4 +87,4 @@ __pthread_once (pthread_once_t *once_control, void (*init_routine) (void))
   return 0;
 }
 weak_alias (__pthread_once, pthread_once)
-strong_alias (__pthread_once, __pthread_once_internal)
+hidden_def (__pthread_once)