Changeset 2312 for trunk/src/kash/shthread.c
- Timestamp:
- Mar 2, 2009, 2:14:43 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/shthread.c
r2296 r2312 48 48 #else 49 49 static int sh_tls_inited = 0; 50 static int sh_tls;50 static pthread_key_t sh_tls; 51 51 #endif 52 52
Note:
See TracChangeset
for help on using the changeset viewer.