Home | History | Annotate | Download | only in gen
History log of /src/lib/libc/gen/Lint_bswap32.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  27-Feb-2001  cgd branches: 1.2.114;
fix NetBSD RCS id tags
 1.1  15-Jan-1999  bouyer Move the bswap functions from libutil to libc (this bups the
minor of libc and the major of libutil). For little-endian architectures
merge the bnswap() assembly versions with nto* and hton* using symbols
aliasing. Use symbol renaming for the bswap function in this case to avoid
namespace pollution.
Declare bswap* in machine/bswap.h, not machine/endian.h. For little-endian
machines, common code for inline macros go in machine/byte_swap.h
Sync libkern with libc.
Adjust #include in kernel sources for machine/bswap.h.
 1.2.114.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed