aboutsummaryrefslogtreecommitdiff
path: root/qemu-thread-posix.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2011-03-12 17:44:08 +0100
committerBlue Swirl <blauwirbel@gmail.com>2011-03-13 14:44:22 +0000
commitcc015e9a5dde2f03f123357fa060acbdfcd570a4 (patch)
tree063cf9664992f48f1b7c0bb3ed4626f985715549 /qemu-thread-posix.h
parentb55c22c65b630137a2374ce9f2cfbf71322b7b71 (diff)
add Win32 IPI service
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'qemu-thread-posix.h')
-rw-r--r--qemu-thread-posix.h1
1 files changed, 0 insertions, 1 deletions
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