diff options
author | Juan Quintela <quintela@redhat.com> | 2009-07-27 16:13:24 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-27 14:10:55 -0500 |
commit | 2f7bb8780af4a007e90045b4cc97f558e956adf9 (patch) | |
tree | 464d805fa93ac6fdad7b41978c2a67183e2a1f15 /linux-user/mmap.c | |
parent | 75b5a697ed5dbfd9bef2eeddf82032ecfeb169f8 (diff) |
rename USE_NPTL to CONFIG_USE_NPTL
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'linux-user/mmap.c')
-rw-r--r-- | linux-user/mmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/mmap.c b/linux-user/mmap.c index e05caa0a11..3d2c8b3073 100644 --- a/linux-user/mmap.c +++ b/linux-user/mmap.c @@ -33,7 +33,7 @@ //#define DEBUG_MMAP -#if defined(USE_NPTL) +#if defined(CONFIG_USE_NPTL) pthread_mutex_t mmap_mutex = PTHREAD_MUTEX_INITIALIZER; static int __thread mmap_lock_count; |