From a3db256e9e64a55e53e051756b3c1a6b6328c529 Mon Sep 17 00:00:00 2001 From: rpj Date: Tue, 9 Feb 1999 14:59:13 +0000 Subject: Thu Feb 4 10:07:28 1999 Ross Johnson * global.c: Remove Pthread_exception instantiation. * cancel.c (pthread_testcancel): Change C++ exception throw. * implement.h: Remove extern declaration. --- cancel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cancel.c') diff --git a/cancel.c b/cancel.c index 5b7ff1a..2e95b3d 100644 --- a/cancel.c +++ b/cancel.c @@ -194,7 +194,7 @@ pthread_testcancel (void) #ifdef __cplusplus - throw pthread_exception; + throw Pthread_exception(); #endif /* __cplusplus */ -- cgit v1.2.3