Ignore:
Timestamp:
Jul 22, 2011, 2:05:57 PM (14 years ago)
Author:
bird
Message:

kash: OS/2 build fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/shthread.c

    r2413 r2498  
    102102    psh = (shinstance *)TlsGetValue(sh_tls);
    103103#elif K_OS == K_OS_OS2
    104     psh = (shinstance *)__libc_TLSGet(iTls)
     104    psh = (shinstance *)__libc_TLSGet(sh_tls);
    105105#else
    106106    psh = (shinstance *)pthread_getspecific(sh_tls);
Note: See TracChangeset for help on using the changeset viewer.