summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
authorrpj <rpj>1999-02-10 21:45:28 +0000
committerrpj <rpj>1999-02-10 21:45:28 +0000
commit9524378d241c4e349949ddc48df5ac09ce8b6963 (patch)
treed23ef93d9fb26e9b49a54e48ab4ae8ab09e85660 /misc.c
parentfdfe65e0075401c14df1c5ac0174b8814d6eb3f3 (diff)
Thu Feb 11 13:34:14 1999 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* misc.c (CancelableWait): Change C++ exception throw. * sync.c (pthread_join): Change FIXME comment - issue resolved.
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c2
1 files changed, 1 insertions, 1 deletions
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 */