Home | History | Annotate | Download | only in stdlib
History log of /src/lib/libc/stdlib/Lint_abs.c
RevisionDateAuthorComments
 1.3  01-Dec-2024  rillig libc: modernize lint stubs

Use prototype function definitions instead of identifier lists, as C23
does not support the latter.

Remove redundant /*ARGSUSED*/ comments and parentheses.
 1.2  14-Jun-2000  cgd fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well. No functional changes.
 1.1  06-Nov-1997  cgd branches: 1.1.2; 1.1.10;
lint stubs for functions which ports use assembly versions. When using
an assembly version of a function, add the right lint stub to the Makefile.inc
which specifies the source to build the function (see the
arch/i386/*/Makefile.inc). Can't just lint the normal C versions of these
functions, because some of them don't _have_ normal C versions and if
that were done dependencies would get messed up.
 1.1.10.1  23-Jun-2000  minoura Import of most recent XPG4DL dated 2000.06.23.
 1.1.2.2  08-Nov-1997  veego pull up changes from the trunk (approved by perry) from cgd:
>lint stubs for functions which ports use assembly versions. When using
>an assembly version of a function, add the right lint stub to the Makefile.inc
>which specifies the source to build the function (see the
>arch/i386/*/Makefile.inc). Can't just lint the normal C versions of these
>functions, because some of them don't _have_ normal C versions and if
>that were done dependencies would get messed up.
 1.1.2.1  06-Nov-1997  veego file Lint_abs.c was added on branch netbsd-1-3 on 1997-11-08 21:59:51 +0000

RSS XML Feed