aboutsummaryrefslogtreecommitdiff
path: root/qemu-os-posix.h
diff options
context:
space:
mode:
authorJes Sorensen <Jes.Sorensen@redhat.com>2010-06-10 11:42:20 +0200
committerBlue Swirl <blauwirbel@gmail.com>2010-06-12 08:49:14 +0300
commit69bd73b1b027f56ad68ac83aa5628c89fa05c10f (patch)
treef07c5f9ac576ccd0d5d113e530677a308b84e58f /qemu-os-posix.h
parent86b645e753b9396f8cc5b74a9eadf2d36f76ae5c (diff)
Move win32 early signal handling setup to os_setup_signal_handling()
Move win32 early signal handling setup to os_setup_signal_handling() Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Acked-by: Juan Quintela <quintela@redhat.com> Acked-by: Richard Henderson <rth@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'qemu-os-posix.h')
-rw-r--r--qemu-os-posix.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/qemu-os-posix.h b/qemu-os-posix.h
index ff5adb1b2b..96d1036b47 100644
--- a/qemu-os-posix.h
+++ b/qemu-os-posix.h
@@ -30,6 +30,4 @@ static inline void os_host_main_loop_wait(int *timeout)
{
}
-void os_setup_signal_handling(void);
-
#endif