+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.
-/* 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.
return 0;
}
weak_alias (__pthread_once, pthread_once)
-strong_alias (__pthread_once, __pthread_once_internal)
+hidden_def (__pthread_once)