diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-05 01:28:17 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-05 01:28:17 +0000 |
commit | a4dda453b876ec04b144067c0fe54c7c715f7320 (patch) | |
tree | 73bbb2287f347cf5342f4356390ef3bfb038fad9 /ChangeLog | |
parent | a816b435dd0b8dde7dc2f8d995bd290998801317 (diff) | |
download | glibc-a4dda453b876ec04b144067c0fe54c7c715f7320.tar.gz glibc-a4dda453b876ec04b144067c0fe54c7c715f7320.tar.xz glibc-a4dda453b876ec04b144067c0fe54c7c715f7320.zip |
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3bd844d17b..70a211281d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2002-08-04 Roland McGrath <roland@redhat.com> + * 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. + * Makerules (cpp-srcs-left): When setting this to run cppflags-iterator.mk, must append .c to $(tests) and $(xtests) words. Combine the two loops into one on the concatenated list, |