diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-05 01:30:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-05 01:30:42 +0000 |
commit | 7adf06d755147cc350b844505a0f3dfb5e87e804 (patch) | |
tree | 6b14946766785d23f42dd69ae14c3bcbb7c35114 | |
parent | a4dda453b876ec04b144067c0fe54c7c715f7320 (diff) | |
download | glibc-7adf06d755147cc350b844505a0f3dfb5e87e804.tar glibc-7adf06d755147cc350b844505a0f3dfb5e87e804.tar.gz glibc-7adf06d755147cc350b844505a0f3dfb5e87e804.tar.bz2 glibc-7adf06d755147cc350b844505a0f3dfb5e87e804.zip |
(_dl_deallocate_tls): Free it with free instead of munmap.
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |