mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Add sublevel to kernel version
Standard Linux kernel versions are VERSION.PATCHLEVEL.SUBLEVEL. e.g., 4.4.0, even when the sublevel is 0. Match this standard. PiperOrigin-RevId: 275125715
This commit is contained in:
committed by
gVisor bot
parent
9fb562234e
commit
8fe48dcb1e
@@ -17,6 +17,6 @@ package linux
|
||||
|
||||
const (
|
||||
_LINUX_SYSNAME = "Linux"
|
||||
_LINUX_RELEASE = "4.4"
|
||||
_LINUX_RELEASE = "4.4.0"
|
||||
_LINUX_VERSION = "#1 SMP Sun Jan 10 15:06:54 PST 2016"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user