diff options
author | rpj <rpj> | 2000-08-22 08:28:24 +0000 |
---|---|---|
committer | rpj <rpj> | 2000-08-22 08:28:24 +0000 |
commit | c1f7196a3b1d069248c8155e593b53ae44b24c62 (patch) | |
tree | 25b71b1a32d41fff86b10ac9a742b2a0c2dc2e22 /pthread.h | |
parent | a994c398ae783efcae0d437b707654380f4dde03 (diff) |
2000-08-22 Ross Johnson <rpj@setup1.ise.canberra.edu.au>
* private.c (ptw32_throw): Fix exception test;
move exceptionInformation declaration.
* tsd.c (pthread_key_create): newkey wrongly declared.
* pthread.h: Fix comment block.
Diffstat (limited to 'pthread.h')
-rw-r--r-- | pthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -984,7 +984,7 @@ class ptw32_exception_exit : public ptw32_exception {}; #ifndef PTW32_BUILD /* FIXME: This is only required if the library was built using SEH */ - * +/* * Get internal SEH tag */ DWORD ptw32_get_exception_services_code(void); |