diff options
author | Christopher Faylor <me@cgf.cx> | 2003-12-31 06:30:48 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-12-31 06:30:48 +0000 |
commit | a7d42fef9fe9881650e62b7d0318e39a06e97697 (patch) | |
tree | 664ec1102a108ab355af67ec5aa673860806240a /winsup/cygwin/lib | |
parent | f7cb207b69067e4d1226f4d0786bc4c287cbe173 (diff) | |
download | newlib-a7d42fef9fe9881650e62b7d0318e39a06e97697.zip newlib-a7d42fef9fe9881650e62b7d0318e39a06e97697.tar.gz newlib-a7d42fef9fe9881650e62b7d0318e39a06e97697.tar.bz2 |
* cygwin.din: Make crt0 functions NOSIGFE.
* include/cygwin/version.h: Gratuitous comment change.
* lib/_cygwin_crt0_common.cc: Remove unneeded declaration.
Diffstat (limited to 'winsup/cygwin/lib')
-rw-r--r-- | winsup/cygwin/lib/_cygwin_crt0_common.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/lib/_cygwin_crt0_common.cc b/winsup/cygwin/lib/_cygwin_crt0_common.cc index 565ba25..f1e7248 100644 --- a/winsup/cygwin/lib/_cygwin_crt0_common.cc +++ b/winsup/cygwin/lib/_cygwin_crt0_common.cc @@ -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 **); |