about summary refs log tree commit diff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-01 04:49:02 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-01 04:49:02 +0000
commitaf8240ebcbf1a0ae07bb033b9e3305714ce44e47 (patch)
tree19ed870e439e15f9548760d73abcc6aa4c815e81 /linuxthreads/ChangeLog
parent1c566118b69258191fbee4280fe12a42883c3267 (diff)
downloadglibc-af8240ebcbf1a0ae07bb033b9e3305714ce44e47.tar.gz
glibc-af8240ebcbf1a0ae07bb033b9e3305714ce44e47.tar.xz
glibc-af8240ebcbf1a0ae07bb033b9e3305714ce44e47.zip
Update.
2000-12-31  Ulrich Drepper  <drepper@redhat.com>
	* manager.c (pthread_alloca_stack): Remove MAP_FIXED from mmap calls.
	(pthread_free): Always unmap the stack.  It's safe now that we don't
	use MAP_FIXED to allocate stacks.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 7efb334262..79c6786c5f 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,6 +1,8 @@
-2000-12-31  H.J. Lu  <hjl@gnu.org>
+2000-12-31  Ulrich Drepper  <drepper@redhat.com>
 
-	* manager.c (pthread_allocate_stack): Fix a typo.
+	* manager.c (pthread_alloca_stack): Remove MAP_FIXED from mmap calls.
+	(pthread_free): Always unmap the stack.  It's safe now that we don't
+	use MAP_FIXED to allocate stacks.
 
 2000-12-31  Ulrich Drepper  <drepper@redhat.com>