* sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
authorRoland McGrath <roland@gnu.org>
Mon, 5 Aug 2002 01:28:17 +0000 (01:28 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 5 Aug 2002 01:28:17 +0000 (01:28 +0000)
commita4dda453b876ec04b144067c0fe54c7c715f7320
tree73bbb2287f347cf5342f4356390ef3bfb038fad9
parenta816b435dd0b8dde7dc2f8d995bd290998801317
* 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
sysdeps/generic/dl-tls.c