diff options
author | rpj <rpj> | 2010-02-15 14:13:58 +0000 |
---|---|---|
committer | rpj <rpj> | 2010-02-15 14:13:58 +0000 |
commit | 135d6f060c5e5232311af77bd0d0f500e861290c (patch) | |
tree | 1b8a6c26c2e7cfbee073a7c138a564296934882a /implement.h | |
parent | 866c278580edc88765929fdbc5235d15bab44d3d (diff) |
Comments and code style changes
Diffstat (limited to 'implement.h')
-rw-r--r-- | implement.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/implement.h b/implement.h index cf3c7f4..69930ef 100644 --- a/implement.h +++ b/implement.h @@ -151,6 +151,9 @@ struct ptw32_thread_t_ int implicit:1; void *keys; void *nextAssoc; +#ifdef _POSIX_CXX09_EXTENSIONS + int refs; /* C++ Thread Support Library extension */ +#endif }; |