This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] linux-fork.h: delete detach_fork


Hi.

detach_fork is declared in inferior.h.

Committed.

2013-07-25  Doug Evans  <dje@google.com>

	* linux-fork.h (detach_fork): Delete.

diff -u -p -r1.13 linux-fork.h
--- linux-fork.h	12 Feb 2013 19:03:54 -0000	1.13
+++ linux-fork.h	25 Jul 2013 20:51:57 -0000
@@ -25,6 +25,3 @@ extern void linux_fork_mourn_inferior (v
 extern void linux_fork_detach (char *, int);
 extern int forks_exist_p (void);
 extern int linux_fork_checkpointing_p (int);
-
-extern int detach_fork;
-


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]