(_dl_deallocate_tls): Free it with free instead of munmap.

This commit is contained in:
Roland McGrath 2002-08-05 01:30:42 +00:00
parent a4dda453b8
commit 7adf06d755
1 changed files with 1 additions and 1 deletions

View File

@ -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)