Changeset 134 for trunk/include


Ignore:
Timestamp:
Oct 26, 2007, 12:20:10 AM (17 years ago)
Author:
rainer
Message:

More thread-safety changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_pthread.h

    r133 r134  
    3030 */
    3131SH_MUTEX_EXTERN(mutex_skey);
     32SH_MUTEX_EXTERN(mutex_resolv);
     33SH_MUTEX_EXTERN(mutex_pwent);
     34
     35/*
     36 * ----   Initialize thread-specific conversion area   ----
     37 */
     38extern int sh_g_thread();
    3239
    3340#else
Note: See TracChangeset for help on using the changeset viewer.