diff packages/compat/posix/current/ChangeLog @ 1375:8a5eb4ab7bf5

* src/mqueue.cxx: Fix problem with mq_timedsend() and mq_timedreceive() timing out with zero timeouts even when there is room in the queue. * src/pthread.cxx (pthread_exit): Added code to disable cancellation requests during thread exit. This allows thread cleanup handlers to issue system calls when cleaning up thread resources.
author nickg
date Fri, 21 Nov 2003 10:53:11 +0000
parents 999c4261716b
children 1a7ba46a9ed9
line wrap: on
line diff
--- a/packages/compat/posix/current/ChangeLog
+++ b/packages/compat/posix/current/ChangeLog
@@ -1,3 +1,15 @@
+2003-11-19  Rickard Westman <rickard.westman@27m.se>
+	
+	* src/mqueue.cxx: Fix problem with mq_timedsend() and
+	mq_timedreceive() timing out with zero timeouts even when there is
+	room in the queue.
+
+2003-11-17  Dan Jakubiec <djakubiec@yahoo.com>
+
+	* src/pthread.cxx (pthread_exit): Added code to disable cancellation
+	requests during thread exit.  This allows thread cleanup handlers
+	to issue system calls when cleaning up thread resources.
+
 2003-06-18  Jonathan Larmour  <jifl@eCosCentric.com>
 
 	* src/pthread.cxx (pthread_self_info): Just add some comments so