From 821b26bf3fe22524a1d1a2c9bc60ad549de82333 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Sat, 14 Jan 2006 19:32:10 +0000 Subject: Get rid of more glibc NPTL symbol and alias madness. Also disable usage of 'libc/sysdeps/linux/common/fork.c' when NPTL is being used. Finally, there are additional weak functions that need to be defined when using NPTL which have also been added. --- libpthread/nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c') diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c b/libpthread/nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c index cf5150341..f337816cf 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c @@ -48,7 +48,7 @@ __libc_pthread_init (ptr, reclaim, functions) /* We copy the content of the variable pointed to by the FUNCTIONS parameter to one in libc.so since this means access to the array can be done with one memory access instead of two. */ - memcpy (&__libc_pthread_functions, functions, + __memcpy (&__libc_pthread_functions, functions, sizeof (__libc_pthread_functions)); #endif -- cgit v1.2.3