From b6912c40f8ec9c74a51d136da78e449033be7e14 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 25 Oct 2009 06:25:04 +0000 Subject: Remove unused vars. Add missing prototypes. --- testsuites/psxtests/psxhdrs/signal12.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/psxtests/psxhdrs') diff --git a/testsuites/psxtests/psxhdrs/signal12.c b/testsuites/psxtests/psxhdrs/signal12.c index 8b1e70f3df..36664a8b6e 100644 --- a/testsuites/psxtests/psxhdrs/signal12.c +++ b/testsuites/psxtests/psxhdrs/signal12.c @@ -18,7 +18,7 @@ void test( void ); void test( void ) { - void (*signal_function_pointer)(); + void (*signal_function_pointer)(int); int signal_number; signal_number = SIGALRM; -- cgit v1.2.3