From 81c431c258e4adc92bb0fafd8a1799a9190a3154 Mon Sep 17 00:00:00 2001 From: rpj Date: Sun, 7 Jan 2007 02:36:35 +0000 Subject: '' --- README.NONPORTABLE | 2 +- WinCE-PORT | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.NONPORTABLE b/README.NONPORTABLE index aa43297..e138758 100644 --- a/README.NONPORTABLE +++ b/README.NONPORTABLE @@ -124,7 +124,7 @@ pthread_delay_np (const struct timespec *interval); [EINVAL] The value specified by interval is invalid. int -pthread_num_processors_np +pthread_num_processors_np (void) This routine (found on HPUX systems) returns the number of processors in the system. This implementation actually returns the number of diff --git a/WinCE-PORT b/WinCE-PORT index f5981a9..7bcfdea 100644 --- a/WinCE-PORT +++ b/WinCE-PORT @@ -3,7 +3,12 @@ done by Tristan Savatier. The semaphore routines have been completely rewritten since (2005-04-25), having been progressively broken more and more by changes to the library. All of the semaphore routines implemented for W9x/WNT/2000 and up should now also work for -WinCE. Also, pthread_mutex_timedlock should now work. [RPJ] +WinCE. Also, pthread_mutex_timedlock should now work. + +Additional WinCE updates have been applied since this as well. Check the +ChangeLog file and search for WINCE for example. (2007-01-07) + +[RPJ] ---- -- cgit v1.2.3