OSDN Git Service

* lib/_cygwin_crt0_common.cc: Remove unneeded declarations.
authorcgf <cgf>
Tue, 20 Apr 2010 03:30:32 +0000 (03:30 +0000)
committercgf <cgf>
Tue, 20 Apr 2010 03:30:32 +0000 (03:30 +0000)
winsup/cygwin/lib/_cygwin_crt0_common.cc

index 173f852..b8586e5 100644 (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 ();