OpenGrok
Cross Reference: Lint_sbrk.c
xref
: /
src
/
lib
/
libc
/
sys
/
Lint_sbrk.c
Home
|
History
|
Annotate
|
Download
|
only in
sys
History log of
/src/lib/libc/sys/Lint_sbrk.c
Revision
Date
Author
Comments
1.4
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.3
14-Jun-2000
cgd
branches: 1.3.118;
fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well. No functional changes.
1.2
12-Jul-1999
kleink
branches: 1.2.6;
XSH5: change function signature to `void *sbrk(intptr_t)'.
1.1
06-Nov-1997
cgd
branches: 1.1.2;
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.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_sbrk.c was added on branch netbsd-1-3 on 1997-11-08 22:02:56 +0000
1.2.6.1
23-Jun-2000
minoura
Sync w/ netbsd-1-5-base.
1.3.118.1
02-Aug-2025
perseant
Sync with HEAD
Indexes created Wed Oct 01 15:09:59 GMT 2025