mirror of
git://git.musl-libc.org/musl
synced 2025-01-04 21:50:02 +00:00
3 lines
97 B
C
3 lines
97 B
C
#define LINUX_VERSION_CODE 132638
|
|
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
|