Revision 2f7bb878 bsd-user/mmap.c

b/bsd-user/mmap.c
30 30

  
31 31
//#define DEBUG_MMAP
32 32

  
33
#if defined(USE_NPTL)
33
#if defined(CONFIG_USE_NPTL)
34 34
pthread_mutex_t mmap_mutex;
35 35
static int __thread mmap_lock_count;
36 36

  

Also available in: Unified diff