diff options
Diffstat (limited to 'cancel.c')
-rw-r--r-- | cancel.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -194,7 +194,7 @@ pthread_testcancel (void) #ifdef __cplusplus - throw pthread_exception; + throw Pthread_exception(); #endif /* __cplusplus */ |