aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/(public-mirror)
diff options
context:
space:
mode:
authorOlivier Certner <olce@FreeBSD.org>2026-03-05 12:31:51 +0000
committerOlivier Certner <olce@FreeBSD.org>2026-03-05 20:40:53 +0000
commit35da55c28dbb56dd7056b7863efc5b547950d885 (patch)
tree72e2c7a99fa17549d7045e3c1985da4d098ed035 /lib/libc/gen/(public-mirror)
parent9cea0f0be79dc080761154cb934db0218ae512f3 (diff)
iwx: Fix 32-bit compilationHEADmain
- Avoid shifts wider than integer types, by wrapping the corresponding checks into '#if __SIZEOF_SIZE_T__ > 32' blocks. 'bus_addr_t' currently has the same width as 'size_t' on all architectures (and this is not going to change for 32-bit architectures). - Use appropriate printf(3) format for 'wk_keytsc'. Reviewed by: adrian MFC after: 1 minute MFC to: stable/15 Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D55667
Diffstat (limited to 'lib/libc/gen/(public-mirror)')
0 files changed, 0 insertions, 0 deletions