X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=qemu-thread-posix.h;h=ee4618e62095405bee67852e18c232aeaa883f9c;hb=44129530ddf9edcc95913a4c05c755fb732c2bfe;hp=7af371c3b7339736cf30041c9bfa516f0706da79;hpb=9257d46d55f1fe4e8209be9a6870e339ac3266fe;p=qemu.git diff --git a/qemu-thread-posix.h b/qemu-thread-posix.h index 7af371c3b..ee4618e62 100644 --- a/qemu-thread-posix.h +++ b/qemu-thread-posix.h @@ -14,5 +14,4 @@ struct QemuThread { pthread_t thread; }; -void qemu_thread_signal(QemuThread *thread, int sig); #endif