From 9524378d241c4e349949ddc48df5ac09ce8b6963 Mon Sep 17 00:00:00 2001 From: rpj Date: Wed, 10 Feb 1999 21:45:28 +0000 Subject: Thu Feb 11 13:34:14 1999 Ross Johnson * misc.c (CancelableWait): Change C++ exception throw. * sync.c (pthread_join): Change FIXME comment - issue resolved. --- misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc.c') diff --git a/misc.c b/misc.c index 8d353c1..b3c5246 100644 --- a/misc.c +++ b/misc.c @@ -237,7 +237,7 @@ CancelableWait (HANDLE waitHandle, DWORD timeout) #ifdef __cplusplus - throw pthread_exception; + throw Pthread_exception(); #endif /* __cplusplus */ -- cgit v1.2.3