From 6d0a357bd0339fae99a17285ab13b021b52449d8 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 17 Mar 2011 00:23:38 +0100 Subject: geopt.c, LT new/pthread.c: s/__mempcpy/mempcpy/ Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libpthread/linuxthreads/pthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/linuxthreads') diff --git a/libpthread/linuxthreads/pthread.c b/libpthread/linuxthreads/pthread.c index ade21dc1a..941bb6646 100644 --- a/libpthread/linuxthreads/pthread.c +++ b/libpthread/linuxthreads/pthread.c @@ -483,7 +483,7 @@ init_one_static_tls (pthread_descr descr, struct link_map *map) dtv[map->l_tls_modid].pointer.is_static = true; /* Initialize the memory. */ - memset (__mempcpy (dest, map->l_tls_initimage, map->l_tls_initimage_size), + memset (mempcpy (dest, map->l_tls_initimage, map->l_tls_initimage_size), '\0', map->l_tls_blocksize - map->l_tls_initimage_size); } -- cgit v1.2.3