Mercurial > ecos
diff packages/compat/posix/current/ChangeLog @ 183:9160a8005d76
Merge from eCos master repository on 2001-09-12-03:52:30-BST
| author | jlarmour |
|---|---|
| date | Wed, 12 Sep 2001 04:21:13 +0000 |
| parents | f62680ef1804 |
| children | 022f1e506033 |
line wrap: on
line diff
--- a/packages/compat/posix/current/ChangeLog +++ b/packages/compat/posix/current/ChangeLog @@ -1,3 +1,20 @@ +2001-09-10 Jonathan Larmour <jlarmour@redhat.com> + + * include/pthread.h: Separate mutex and condvar API into separate + header file to fix configury problems. + * include/mutex.h: New file for the above. + * cdl/posix.cdl: provide the correct configury for the isoinfra + package to include the above file. + * cdl/pthread.cdl: Move _POSIX_PTHREAD_PRIO_INHERIT and + _POSIX_THREAD_PRIO_PROTECT to cdl/posix.cdl. + +2001-09-07 Jonathan Larmour <jlarmour@redhat.com> + + * src/sem.cxx (sem_trywait): Actually use the return value. + + * src/sched.cxx (sched_get_priority_max): Use MAX not MIN + (sched_get_priority_min): Use MIN not MAX. + 2001-09-06 Jesper Skov <jskov@redhat.com> * cdl/posix.cdl: Moved signal implements statements to the
