gdb: bool-ify follow_fork
[deliverable/binutils-gdb.git] / gdb / inf-ptrace.h
index dea82d005e35adeda4bcf4b82c348b0fbe48d9a8..05c1277ec4e24789c4a9de772bb2a9e3684c3b95 100644 (file)
@@ -44,7 +44,7 @@ struct inf_ptrace_target : public inf_child_target
   void create_inferior (const char *, const std::string &,
                        char **, int) override;
 #ifdef PT_GET_PROCESS_STATE
-  int follow_fork (int, int) override;
+  bool follow_fork (bool, bool) override;
 
   int insert_fork_catchpoint (int) override;
 
This page took 0.02426 seconds and 4 git commands to generate.