This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
musl
mirror of
git://git.musl-libc.org/musl
Watch
1
Star
0
Fork
You've already forked musl
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
56b784d603
musl
/
include
/
linux
/
version.h
3 lines
97 B
C
Raw
Blame
History
#
define LINUX_VERSION_CODE 132638
#
define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
Reference in New Issue
View Git Blame
Copy Permalink