diff packages/compat/posix/current/ChangeLog @ 184:022f1e506033

Merge from eCos master repository on 2001-10-02-17:59:22-BST
author jlarmour
date Tue, 02 Oct 2001 18:28:24 +0000
parents 9160a8005d76
children 678094f34118
line wrap: on
line diff
--- a/packages/compat/posix/current/ChangeLog
+++ b/packages/compat/posix/current/ChangeLog
@@ -1,3 +1,19 @@
+2001-10-01  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* src/mqueue.cxx (mq_open): Conditionalize use of sigev correctly.
+	(mq_close): Similarly.
+
+2001-09-28  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* cdl/pthread.cdl (CYGNUM_POSIX_MAIN_DEFAULT_PRIORITY): Clarify
+	POSIX thread priority description.
+
+2001-09-28  Jesper Skov  <jskov@redhat.com>
+
+	* cdl/pthread.cdl: Changed default priority of POSIX main to
+	16. This allows service threads (such as DHCP thread) to run when
+	started from main().
+
 2001-09-10  Jonathan Larmour  <jlarmour@redhat.com>
 
 	* include/pthread.h: Separate mutex and condvar API into separate