X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=qemu-thread-posix.h;h=ee4618e62095405bee67852e18c232aeaa883f9c;hb=7ec7f28019dff4ab00ff907f7b4e7261da593279;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