From 2f7bb8780af4a007e90045b4cc97f558e956adf9 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Mon, 27 Jul 2009 16:13:24 +0200 Subject: rename USE_NPTL to CONFIG_USE_NPTL Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- bsd-user/mmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsd-user/mmap.c') diff --git a/bsd-user/mmap.c b/bsd-user/mmap.c index 26f981ab2c..ff207cd55d 100644 --- a/bsd-user/mmap.c +++ b/bsd-user/mmap.c @@ -30,7 +30,7 @@ //#define DEBUG_MMAP -#if defined(USE_NPTL) +#if defined(CONFIG_USE_NPTL) pthread_mutex_t mmap_mutex; static int __thread mmap_lock_count; -- cgit 1.4.1