summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/err.h
Commit message (Collapse)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-2/+0
| | | | | | | | | | | | | | Bump GPLv2+ to GPLv3+ for some files, clarify BSD 2-clause. Everything else stays under GPLv3+. New Linking Exception exempts resulting executables from LGPLv3 section 4. Add CONTRIBUTORS file to keep track of licensing. Remove 'Copyright Red Hat Inc' comments. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
* * include/err.h: Fix loss of semicolons in previous patch.Corinna Vinschen2011-02-021-2/+2
|
* * include/err.h (err): Add noreturn attribute.Corinna Vinschen2011-02-021-7/+7
| | | | | | (errx): Ditto. (verr): Ditto. (verrx): Ditto.
* * bsdlib.cc (_vwarnx): New function.Corinna Vinschen2003-11-061-0/+33
(vwarn): Ditto. (vwarnx): Ditto. (warn): Ditto. (warnx): Ditto. (verr): Ditto. (verrx): Ditto. (err): Ditto. (errx): Ditto. * cygwin.din: Export above functions. * include/err.h: New file. * include/cygwin/version.h: Bump API minor number.