]> sourceware.org Git - glibc.git/commitdiff
hppa: Mark __pthread_once as a hidden def.
authorCarlos O'Donell <carlos@systemhalted.org>
Mon, 19 Nov 2012 05:55:04 +0000 (00:55 -0500)
committerCarlos O'Donell <carlos@systemhalted.org>
Mon, 19 Nov 2012 05:55:04 +0000 (00:55 -0500)
ports/ChangeLog.hppa
ports/sysdeps/unix/sysv/linux/hppa/nptl/pthread_once.c

index 3f7bd6e5e0bff5e7c8d3ed5975329f20153bbfef..28e5f0696b2596184dee02e70f7a227f896d81ac 100644 (file)
@@ -1,3 +1,8 @@
+2012-11-19  Mike Frysinger  <vapier@gentoo.org>
+
+       * sysdeps/unix/sysv/linux/hppa/nptl/pthread_once.c: Replace _internal
+       alias by hidden_def.
+
 2012-11-18  Carlos O'Donell  <carlos@systemhalted.org>
 
        * sysdeps/hppa/fpu/fesetenv.c: Reset FPU to default for FE_DFL_ENV.
index 974819ead6615f11aa73a9bf67a56d1fee9603e7..b920ebb22c10a56925ceae50c133705e1787a0f1 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
 
@@ -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)
This page took 0.045111 seconds and 5 git commands to generate.