From fe98ac146109e307d7e19486dcfebbc89259d34d Mon Sep 17 00:00:00 2001 From: Jes Sorensen Date: Thu, 10 Jun 2010 11:42:21 +0200 Subject: Rename os_setup_signal_handling() to os_setup_early_signal_handling() Rename os_setup_signal_handling() to os_setup_early_signal_handling() Signed-off-by: Jes Sorensen Acked-by: Juan Quintela Acked-by: Richard Henderson Signed-off-by: Blue Swirl --- os-win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os-win32.c') diff --git a/os-win32.c b/os-win32.c index dfa90bce6a..a936f7ad22 100644 --- a/os-win32.c +++ b/os-win32.c @@ -159,7 +159,7 @@ static BOOL WINAPI qemu_ctrl_handler(DWORD type) return TRUE; } -void os_setup_signal_handling(void) +void os_setup_early_signal_handling(void) { /* Note: cpu_interrupt() is currently not SMP safe, so we force QEMU to run on a single CPU */ -- cgit v1.2.1