* cygwin.din: Make crt0 functions NOSIGFE.

* include/cygwin/version.h: Gratuitous comment change.
* lib/_cygwin_crt0_common.cc: Remove unneeded declaration.
This commit is contained in:
Christopher Faylor
2003-12-31 06:30:48 +00:00
parent f7cb207b69
commit a7d42fef9f
4 changed files with 12 additions and 7 deletions

View File

@@ -20,7 +20,6 @@ details. */
extern "C"
{
char **environ;
void cygwin_crt0 (MainFunc);
int cygwin_attach_dll (HMODULE, MainFunc);
int cygwin_attach_noncygwin_dll (HMODULE, MainFunc);
int main (int, char **, char **);