diff options
Diffstat (limited to 'cancel.c')
-rw-r--r-- | cancel.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -195,7 +195,7 @@ pthread_testcancel (void) DWORD exceptionInformation[3]; - exceptionInformation[0] = (DWORD) (0); + exceptionInformation[0] = (DWORD) (_PTHREAD_EPS_CANCEL); exceptionInformation[1] = (DWORD) (0); exceptionInformation[2] = (DWORD) (0); @@ -209,7 +209,7 @@ pthread_testcancel (void) #ifdef __cplusplus - throw Pthread_exception(); + throw Pthread_exception_cancel(); #endif /* __cplusplus */ |