diff options
author | rpj <rpj> | 2005-04-26 05:08:55 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-04-26 05:08:55 +0000 |
commit | 7966f36b14fe041eba56283d424cee997c390016 (patch) | |
tree | ea8d0c2c0aaaf09b64554939142b36a509eee7cc | |
parent | 2c61f038f5a174a9e28936bcb1bee87d2c8690cb (diff) |
-rw-r--r-- | ANNOUNCE | 2 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -211,10 +211,10 @@ The following functions are implemented: sem_wait sem_trywait sem_timedwait + sem_getvalue (# free if +ve, # of waiters if -ve) sem_open (returns an error ENOSYS) sem_close (returns an error ENOSYS) sem_unlink (returns an error ENOSYS) - sem_getvalue (returns an error ENOSYS) --------------------------- RealTime Scheduling @@ -11,7 +11,7 @@ will still be investigated for a possible future release in an attempt to reduce the current implementation's complexity. All of the bug fixes and new features in this release have been -back-ported for relese 1.8.0. +back-ported for release 1.8.0. Bugs fixed ---------- @@ -31,7 +31,7 @@ ENOSUP when NEED_SEM is defined - it is supported (NEED_SEM is only required for WinCE versions prior to 3.0). * Fix timeout bug in sem_timedwait(). -- Thanks to Stephan Mueller for reporting, providing diagnositic output +- Thanks to Stephan Mueller for reporting, providing diagnostic output and test code. * Fix several problems in the NEED_SEM conditionally included code. |