diff options
author | tb <> | 2025-06-09 14:37:49 +0000 |
---|---|---|
committer | tb <> | 2025-06-09 14:37:49 +0000 |
commit | aebc753f454ae74fa2cf0f2a53f3ad3eaf7886d3 (patch) | |
tree | 3ae93c6a8839fff883c0dce5f2d46c7942284ac6 /src/lib/libc/stdlib/malloc.c | |
parent | 011a1f76b32897df27867f465cf66a9db9a7ddf0 (diff) | |
download | openbsd-aebc753f454ae74fa2cf0f2a53f3ad3eaf7886d3.tar.gz openbsd-aebc753f454ae74fa2cf0f2a53f3ad3eaf7886d3.tar.bz2 openbsd-aebc753f454ae74fa2cf0f2a53f3ad3eaf7886d3.zip |
Move (mostly) MI constants to proper headers
Most of the constants here are only defined if a specific header is in
scope. So move the machine-independent macros to those headers and lose
the header guards. Most of these should actually be typedefs but let's
change this when we're bumping the major since this technically has ABI
impact.
IDEA_INT RC2_INT and RC4_INT are always unsigned int
DES_LONG is always unsigned int except on i386
This preserves the existing situation on OpenBSD. If you're using
portable on i386 with a compiler that does not define __i386__,
there's an ABI break.
ok jsing
Diffstat (limited to 'src/lib/libc/stdlib/malloc.c')
0 files changed, 0 insertions, 0 deletions