Revision dfd3f85c

b/linux-user/mmap.c
35 35

  
36 36
#if defined(CONFIG_USE_NPTL)
37 37
static pthread_mutex_t mmap_mutex = PTHREAD_MUTEX_INITIALIZER;
38
static int __thread mmap_lock_count;
38
static __thread int mmap_lock_count;
39 39

  
40 40
void mmap_lock(void)
41 41
{

Also available in: Unified diff