Share regcache function regcache_raw_read_unsigned
[deliverable/binutils-gdb.git] / gdb / extension.c
index dac203b0dd2b5cb9b72e41537bcae7db672faa70..1b5365a1d66d65be565fb5e8a71f0cfcf0256235 100644 (file)
@@ -707,7 +707,7 @@ static void
 install_gdb_sigint_handler (struct signal_handler *previous)
 {
   /* Save here to simplify comparison.  */
-  RETSIGTYPE (*handle_sigint_for_compare) () = handle_sigint;
+  sighandler_t handle_sigint_for_compare = handle_sigint;
 
   previous->handler = signal (SIGINT, handle_sigint);
   if (previous->handler != handle_sigint_for_compare)
This page took 0.084563 seconds and 4 git commands to generate.