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/include | |
parent | f7cb207b69067e4d1226f4d0786bc4c287cbe173 (diff) | |
download | cygnal-a7d42fef9fe9881650e62b7d0318e39a06e97697.tar.gz cygnal-a7d42fef9fe9881650e62b7d0318e39a06e97697.tar.bz2 cygnal-a7d42fef9fe9881650e62b7d0318e39a06e97697.zip |
* 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/include')
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index be6d392ee..4b083d0e3 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -38,7 +38,7 @@ details. */ means of Cygwin versioning: */ /* The DLL major and minor numbers correspond to the "version of - the Cygwin library". This version is used to track important + the Cygwin shared library". This version is used to track important changes to the DLL and is mainly informative in nature. */ #define CYGWIN_VERSION_DLL_MAJOR 1005 |