]> Git Repo - qemu.git/blobdiff - qemu-lock.h
update binfmt conf
[qemu.git] / qemu-lock.h
index 49e2203751440944cc760907ac27ba00ffcbd412..9a3e6acce8e433bdd92a57f392df634e3e07b415 100644 (file)
@@ -23,7 +23,7 @@
    likely to release it soon.  In environments where you have more threads
    than physical CPUs (the extreme case being a single CPU host) a spinlock
    simply wastes CPU until the OS decides to preempt it.  */
-#if defined(USE_NPTL)
+#if defined(CONFIG_USE_NPTL)
 
 #include <pthread.h>
 #define spin_lock pthread_mutex_lock
This page took 0.023697 seconds and 4 git commands to generate.