From 7adf06d755147cc350b844505a0f3dfb5e87e804 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 5 Aug 2002 01:30:42 +0000 Subject: [PATCH] (_dl_deallocate_tls): Free it with free instead of munmap. --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 70a211281d..fa93f3c952 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ * 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. + (_dl_deallocate_tls): Free it with free instead of munmap. * Makerules (cpp-srcs-left): When setting this to run cppflags-iterator.mk, must append .c to $(tests) and $(xtests)