From 69bd73b1b027f56ad68ac83aa5628c89fa05c10f Mon Sep 17 00:00:00 2001 From: Jes Sorensen Date: Thu, 10 Jun 2010 11:42:20 +0200 Subject: 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 Acked-by: Juan Quintela Acked-by: Richard Henderson Signed-off-by: Blue Swirl --- qemu-os-posix.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'qemu-os-posix.h') 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 -- cgit v1.2.3