about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-04-15 22:19:39 +0000
committerRoland McGrath <roland@gnu.org>2005-04-15 22:19:39 +0000
commit4a035b9da9e065071c59a00b2009ebaf5b9470a8 (patch)
tree3e695d03069bf9e3fdcdbdf26a925838c4a89f51 /nptl/ChangeLog
parent21cee297ec9dc2d6b5c5732b42d722dcbfe55838 (diff)
downloadglibc-4a035b9da9e065071c59a00b2009ebaf5b9470a8.tar.gz
glibc-4a035b9da9e065071c59a00b2009ebaf5b9470a8.tar.xz
glibc-4a035b9da9e065071c59a00b2009ebaf5b9470a8.zip
* old_pthread_cond_init.c: Include <errno.h>.
	(__pthread_cond_init_2_0): Fail with EINVAL if COND_ATTR is
	process shared or uses clock other than CLOCK_REALTIME.
	* pthread_cond_init.c (__pthread_cond_init): Remove bogus comment.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 8de78a3ccd..ae3d24b8dc 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,10 @@
+2005-04-15  Jakub Jelinek  <jakub@redhat.com>
+
+	* old_pthread_cond_init.c: Include <errno.h>.
+	(__pthread_cond_init_2_0): Fail with EINVAL if COND_ATTR is
+	process shared or uses clock other than CLOCK_REALTIME.
+	* pthread_cond_init.c (__pthread_cond_init): Remove bogus comment.
+
 2005-04-13  David S. Miller  <davem@davemloft.net>
 
 	* sysdeps/sparc/sparc64/jmpbuf-unwind.h: New file.