Change regcache list to be an hash map
[deliverable/binutils-gdb.git] / gdb / break-catch-syscall.c
index 553c01cb320378e9c83031769867ed9959a5e79c..7e98a293900eb7ac05c23211ec2eec9c9e999e5f 100644 (file)
@@ -599,8 +599,9 @@ initialize_syscall_catchpoint_ops (void)
   ops->print_recreate = print_recreate_catch_syscall;
 }
 
+void _initialize_break_catch_syscall ();
 void
-_initialize_break_catch_syscall (void)
+_initialize_break_catch_syscall ()
 {
   initialize_syscall_catchpoint_ops ();
 
This page took 0.025399 seconds and 4 git commands to generate.