Merge branch 'dl/mingw-header-cleanup'

Header clean-up.

* dl/mingw-header-cleanup:
  compat/mingw.h: drop extern from function declaration
This commit is contained in:
Junio C Hamano
2020-10-08 21:53:25 -07:00

View File

@@ -606,7 +606,7 @@ int main(int argc, const char **argv);
* Call this function to open a new MinTTY (this assumes you are in Git for
* Windows' SDK) with a GDB that attaches to the current process right away.
*/
extern void open_in_gdb(void);
void open_in_gdb(void);
/*
* Used by Pthread API implementation for Windows