[Glibc-bsd-commits] r4422 - trunk/glibc-ports/kfreebsd/linuxthreads

Petr Salinger ps-guest at alioth.debian.org
Thu May 9 12:10:36 UTC 2013


Author: ps-guest
Date: 2013-05-09 12:10:36 +0000 (Thu, 09 May 2013)
New Revision: 4422

Modified:
   trunk/glibc-ports/kfreebsd/linuxthreads/pt-crti.S
Log:
__pthread_initialize_minimal_internal -> __pthread_initialize_minimal


Modified: trunk/glibc-ports/kfreebsd/linuxthreads/pt-crti.S
===================================================================
--- trunk/glibc-ports/kfreebsd/linuxthreads/pt-crti.S	2013-05-09 09:39:18 UTC (rev 4421)
+++ trunk/glibc-ports/kfreebsd/linuxthreads/pt-crti.S	2013-05-09 12:10:36 UTC (rev 4422)
@@ -33,11 +33,11 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-/* Arrange for __pthread_initialize_minimal_internal to be called at
+/* Arrange for __pthread_initialize_minimal to be called at
    libpthread startup, instead of conditionally calling
    __gmon_start__.  */
 
-#define PREINIT_FUNCTION __pthread_initialize_minimal_internal
+#define PREINIT_FUNCTION __pthread_initialize_minimal
 #define PREINIT_FUNCTION_WEAK 0
 
 #include <crti.S>




More information about the Glibc-bsd-commits mailing list