From 4bdddc9cbfda2acc3da87f7565baca9307ab92f7 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Mon, 21 Aug 2006 04:26:01 +0000 Subject: Finally check in all the changes I made for NPTL library proper. --- libpthread/nptl/sysdeps/generic/dl-support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/nptl/sysdeps/generic/dl-support.c') diff --git a/libpthread/nptl/sysdeps/generic/dl-support.c b/libpthread/nptl/sysdeps/generic/dl-support.c index 4d8ea6f8d..496694ca4 100644 --- a/libpthread/nptl/sysdeps/generic/dl-support.c +++ b/libpthread/nptl/sysdeps/generic/dl-support.c @@ -68,6 +68,6 @@ _dl_nothread_init_static_tls (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