Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Unified Diff: gdb/ser-mingw.c

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/ser-base.c ('k') | gdb/ser-pipe.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/ser-mingw.c
diff --git a/gdb/ser-mingw.c b/gdb/ser-mingw.c
index d862868984a6b94a894b9a6cd63201cc4d1cc775..cf7c8b7fdec03ac99202d4e0440e8713d20346a4 100644
--- a/gdb/ser-mingw.c
+++ b/gdb/ser-mingw.c
@@ -428,7 +428,7 @@ typedef DWORD WINAPI (*thread_fn_type)(void *);
/* Create a new select thread for SCB executing THREAD_FN. The STATE
will be filled in by this function before return. */
-void
+static void
create_select_thread (thread_fn_type thread_fn,
struct serial *scb,
struct ser_console_state *state)
« no previous file with comments | « gdb/ser-base.c ('k') | gdb/ser-pipe.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698