]> git.proxmox.com Git - qemu.git/blobdiff - qemu-thread-posix.h
target-arm: UNDEF on a VCVTT/VCVTB UNPREDICTABLE to avoid TCG assert
[qemu.git] / qemu-thread-posix.h
index 7af371c3b7339736cf30041c9bfa516f0706da79..ee4618e62095405bee67852e18c232aeaa883f9c 100644 (file)
@@ -14,5 +14,4 @@ struct QemuThread {
     pthread_t thread;
 };
 
-void qemu_thread_signal(QemuThread *thread, int sig);
 #endif