tile: Use hidden_def for pthread_once
authorChris Metcalf <cmetcalf@tilera.com>
Wed, 30 May 2012 16:22:59 +0000 (12:22 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Wed, 30 May 2012 17:15:23 +0000 (13:15 -0400)
ChangeLog.tile
sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c

index c07f94f..4e01251 100644 (file)
@@ -1,5 +1,8 @@
 2012-05-30  Chris Metcalf  <cmetcalf@tilera.com>
 
+       * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Replace
+       _internal alias by hidden_def.
+
        * sysdeps/unix/sysv/linux/tile/kernel-features.h
        (__ASSUME_NEW_GETRLIMIT_SYSCALL, __ASSUME_TRUNCATE64_SYSCALL): Remove.
 
index 7585e67..93ac29b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
    Based on work contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
@@ -91,4 +91,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)