| 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)
|
|
|