Changeset 2498 for trunk/src/kash/shthread.c
- Timestamp:
- Jul 22, 2011, 2:05:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/shthread.c
r2413 r2498 102 102 psh = (shinstance *)TlsGetValue(sh_tls); 103 103 #elif K_OS == K_OS_OS2 104 psh = (shinstance *)__libc_TLSGet( iTls)104 psh = (shinstance *)__libc_TLSGet(sh_tls); 105 105 #else 106 106 psh = (shinstance *)pthread_getspecific(sh_tls);
Note:
See TracChangeset
for help on using the changeset viewer.