Rasmus Villemoes 0604595c16 move limits for sNN/uNN types from kernel.h to limits.h
Since we define the {s,u}{8,16,32,64} types the same way on all
architectures, i.e. everybody uses asm-generic/int-ll64.h, we can just
define the associated limit macros in terms of those for the
corresponding types. This eliminates another set of limit macros that
are not usable in #if conditionals.

These type names and macros are not C or POSIX, so there's no language
violation, but certainly a violation of developers' reasonable
expectations.

Signed-off-by: Rasmus Villemoes <ravi@prevas.dk>
2025-07-14 12:43:28 -06:00
..
2023-05-15 14:08:45 -04:00
2024-07-29 15:01:04 -06:00
2023-11-07 14:50:52 -05:00
2025-04-02 20:00:59 -06:00
2023-05-15 14:08:45 -04:00
2025-02-12 12:37:12 -06:00
2023-07-25 12:44:46 -04:00