From cc015e9a5dde2f03f123357fa060acbdfcd570a4 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Sat, 12 Mar 2011 17:44:08 +0100 Subject: add Win32 IPI service Signed-off-by: Paolo Bonzini Signed-off-by: Blue Swirl --- qemu-thread-posix.h | 1 - 1 file changed, 1 deletion(-) (limited to 'qemu-thread-posix.h') diff --git a/qemu-thread-posix.h b/qemu-thread-posix.h index 7af371c3b7..ee4618e620 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 -- cgit v1.2.3