* lib/_cygwin_crt0_common.cc: Remove unneeded declarations.
This commit is contained in:
parent
b7b55e90e1
commit
53755c55a7
@ -48,9 +48,6 @@ extern int __dynamically_loaded;
|
|||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
char **environ;
|
char **environ;
|
||||||
int cygwin_attach_dll (HMODULE, MainFunc);
|
|
||||||
int cygwin_attach_noncygwin_dll (HMODULE, MainFunc);
|
|
||||||
int main (int, char **, char **);
|
|
||||||
int _fmode;
|
int _fmode;
|
||||||
void _pei386_runtime_relocator ();
|
void _pei386_runtime_relocator ();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user