Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [ob] inferior_thread: Remove "extern" in definition.
@ 2009-03-26 22:06 Doug Evans
  2009-03-27  8:13 ` Pierre Muller
  0 siblings, 1 reply; 4+ messages in thread
From: Doug Evans @ 2009-03-26 22:06 UTC (permalink / raw)
  To: gdb-patches

Hi.

Committed as obvious.

2009-03-26  Doug Evans  <dje@google.com>

	* thread.c (inferior_thread) Remove "extern" in definition.

diff -u -p -r1.106 thread.c
--- thread.c	25 Mar 2009 21:53:10 -0000	1.106
+++ thread.c	26 Mar 2009 21:28:39 -0000
@@ -72,7 +72,7 @@ enum thread_state
   THREAD_EXITED,
 };
 
-extern struct thread_info*
+struct thread_info*
 inferior_thread (void)
 {
   struct thread_info *tp = find_thread_pid (inferior_ptid);


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-03-27 16:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-26 22:06 [ob] inferior_thread: Remove "extern" in definition Doug Evans
2009-03-27  8:13 ` Pierre Muller
2009-03-27 13:57   ` Andreas Schwab
2009-03-27 17:17     ` Pierre Muller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox