about summary refs log tree commit diff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-03-27 03:20:20 +0000
committerUlrich Drepper <drepper@redhat.com>2001-03-27 03:20:20 +0000
commit93a4b7cac4c68f108d784fba8ded542bf41d03bd (patch)
tree4d89f1e0162077b8b760c5069028301566979497 /linuxthreads/ChangeLog
parent0a04075ed9766681c796dfe0f2e2fb81881f09ba (diff)
downloadglibc-93a4b7cac4c68f108d784fba8ded542bf41d03bd.tar.gz
glibc-93a4b7cac4c68f108d784fba8ded542bf41d03bd.tar.xz
glibc-93a4b7cac4c68f108d784fba8ded542bf41d03bd.zip
Update.
2001-03-26  Ben Collins  <bcollins@debian.org>

	* sysdeps/unix/sysv/linux/mips/bits/mman.h: Add MAP_* and MADV_*
	defines to match other architectures.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 2b24584eb2..be532d55f1 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,10 @@
+2001-03-26  Ulrich Drepper  <drepper@redhat.com>
+
+	* attr.c (pthread_getattr_np): Correct computation of stack size
+	for machiens with register stack.
+
+	* Examples/ex17.c (main): Correct detection of failed mmap call.
+
 2001-03-21  Jakub Jelinek  <jakub@redhat.com>
 
 	* pthread.c (__pthread_initialize_manager): Fix a typo.