Revision c8a706fe linux-user/qemu.h

b/linux-user/qemu.h
233 233
                       abi_ulong new_addr);
234 234
int target_msync(abi_ulong start, abi_ulong len, int flags);
235 235
extern unsigned long last_brk;
236
void mmap_lock(void);
237
void mmap_unlock(void);
236 238

  
237 239
/* user access */
238 240

  
......
423 425
#define unlock_user_struct(host_ptr, guest_addr, copy)		\
424 426
    unlock_user(host_ptr, guest_addr, (copy) ? sizeof(*host_ptr) : 0)
425 427

  
428
#if defined(USE_NPTL)
429
#include <pthread.h>
430
#endif
431

  
426 432
#endif /* QEMU_H */

Also available in: Unified diff