Skip to content

Commit

Permalink
''
Browse files Browse the repository at this point in the history
  • Loading branch information
rpj committed Jan 7, 2007
1 parent 8300304 commit c2b1c65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.NONPORTABLE
Expand Up @@ -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
Expand Down
7 changes: 6 additions & 1 deletion WinCE-PORT
Expand Up @@ -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]

----

Expand Down

0 comments on commit c2b1c65

Please sign in to comment.