fix missing SIG_DFL, SIG_IGN, SIG_ERR without posix in signal.h
[musl] / include / linux / version.h
1 #define LINUX_VERSION_CODE 132638
2 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))