From: Ivan Maidanski Date: Thu, 16 Nov 2017 08:20:32 +0000 (+0300) Subject: Fix typo in a function name in README.sgi X-Git-Tag: v8.0.0~511 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a6343236708bd31f4371b4ce68438433c72ffb1;p=gc Fix typo in a function name in README.sgi * doc/README.sgi (4): Fix a typo ("pthread_cond_timedwait"). --- diff --git a/doc/README.sgi b/doc/README.sgi index ac732ddb..e4230336 100644 --- a/doc/README.sgi +++ b/doc/README.sgi @@ -26,7 +26,7 @@ will run on other pthreads platforms. But please tell me if it does.) include gc.h. Gc.h redefines some of the pthread primitives as macros which also provide the collector with information it requires. -4) pthread_cond_wait and pthread_cond_timed_wait should be prepared for +4) pthread_cond_wait and pthread_cond_timedwait should be prepared for premature wakeups. (I believe the pthreads and related standards require this anyway. Irix pthreads often terminate a wait if a signal arrives. The garbage collector uses signals to stop threads.)