* lib/_cygwin_crt0_common.cc: Remove unneeded declarations.

This commit is contained in:
Christopher Faylor 2010-04-20 03:30:32 +00:00
parent b7b55e90e1
commit 53755c55a7
1 changed files with 0 additions and 3 deletions

View File

@ -48,9 +48,6 @@ extern int __dynamically_loaded;
extern "C"
{
char **environ;
int cygwin_attach_dll (HMODULE, MainFunc);
int cygwin_attach_noncygwin_dll (HMODULE, MainFunc);
int main (int, char **, char **);
int _fmode;
void _pei386_runtime_relocator ();