Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2010-04-20 07:30:32 +0400
committerChristopher Faylor <me@cgf.cx>2010-04-20 07:30:32 +0400
commit53755c55a78159709d7efb6a771224612eb6d853 (patch)
tree1155597bfd87c109260166c245ca6d9f79fd29b3 /winsup/cygwin/lib/_cygwin_crt0_common.cc
parentb7b55e90e11d78850f5b8d030b8d4be86cdc1f0d (diff)
* lib/_cygwin_crt0_common.cc: Remove unneeded declarations.
Diffstat (limited to 'winsup/cygwin/lib/_cygwin_crt0_common.cc')
-rw-r--r--winsup/cygwin/lib/_cygwin_crt0_common.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/cygwin/lib/_cygwin_crt0_common.cc b/winsup/cygwin/lib/_cygwin_crt0_common.cc
index 173f85268..b8586e557 100644
--- a/winsup/cygwin/lib/_cygwin_crt0_common.cc
+++ b/winsup/cygwin/lib/_cygwin_crt0_common.cc
@@ -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 ();