From 24aa25a385316a9b296d8248272771bf49619f78 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 16 Nov 2017 11:20:32 +0300 Subject: [PATCH] Fix typo in a function name in README.sgi * doc/README.sgi (4): Fix a typo ("pthread_cond_timedwait"). --- doc/README.sgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.sgi b/doc/README.sgi index 7ed86fee..eceb3454 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.) -- 2.40.0