From a4dda453b876ec04b144067c0fe54c7c715f7320 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 5 Aug 2002 01:28:17 +0000 Subject: * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the TCB with __libc_memalign instead of mmap. (_dl_deallocate_tls): Free it with free instad of munmap. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3bd844d..70a2112 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2002-08-04 Roland McGrath + * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the + TCB with __libc_memalign instead of mmap. + (_dl_deallocate_tls): Free it with free instad of munmap. + * Makerules (cpp-srcs-left): When setting this to run cppflags-iterator.mk, must append .c to $(tests) and $(xtests) words. Combine the two loops into one on the concatenated list, -- cgit v1.1