From: dje@google.com (Doug Evans)
To: gdb-patches@sourceware.org
Subject: [ob] inferior_thread: Remove "extern" in definition.
Date: Thu, 26 Mar 2009 22:06:00 -0000 [thread overview]
Message-ID: <20090326213807.2D1771C74E3@localhost> (raw)
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);
next reply other threads:[~2009-03-26 21:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-26 22:06 Doug Evans [this message]
2009-03-27 8:13 ` Pierre Muller
2009-03-27 13:57 ` Andreas Schwab
2009-03-27 17:17 ` Pierre Muller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090326213807.2D1771C74E3@localhost \
--to=dje@google.com \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox