Home | History | Annotate | Download | only in llib
History log of /src/usr.bin/xlint/llib/llib-lstdc
RevisionDateAuthorComments
 1.4  14-Mar-2025  rillig lint: fix definition of errno in lint standard libraries

In llib-lstdc, when errno is a macro expanding to a function, that
function was declared twice: once with prototype, once without; the
latter is redundant.

In llib-lposix, <errno.h> was not included, so errno was not defined as
a macro. Realign lposix with lstdc by adding <errno.h> and sorting the
included headers.
 1.3  03-Jul-1995  cgd branches: 1.3.128;
kill two of the three __NetBSD__-specific definitions
 1.2  03-Jul-1995  cgd RCS id cleanup
 1.1  03-Jul-1995  cgd branches: 1.1.1;
Initial revision
 1.1.1.1  03-Jul-1995  cgd lint(1) implementation, by Jochen Pohl. named 'xlint' for a similar
reason to why 'install' is named 'xinstall'.
 1.3.128.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed