mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-18 11:00:07 +00:00
(_dl_deallocate_tls): Free it with free instead of munmap.
This commit is contained in:
parent
a4dda453b8
commit
7adf06d755
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
* sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
|
* sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
|
||||||
TCB with __libc_memalign instead of mmap.
|
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
|
* Makerules (cpp-srcs-left): When setting this to run
|
||||||
cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
|
cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
|
||||||
|
Loading…
Reference in New Issue
Block a user