x86: Silence -fsanitize=undefined
[deliverable/binutils-gdb.git] / gdb / break-catch-sig.c
index c645746aa834f83f3eabdd9db809b1b94961863e..e3e6f6fd8c9d1ee73ae9f0805067a5983e73546a 100644 (file)
@@ -424,8 +424,9 @@ initialize_signal_catchpoint_ops (void)
   ops->explains_signal = signal_catchpoint_explains_signal;
 }
 
+void _initialize_break_catch_sig ();
 void
-_initialize_break_catch_sig (void)
+_initialize_break_catch_sig ()
 {
   initialize_signal_catchpoint_ops ();
 
This page took 0.027327 seconds and 4 git commands to generate.