mirror of
https://github.com/rwinkhart/sys.git
synced 2026-09-03 07:37:34 -04:00
unix: update to Linux 4.15, glibc 2.27 and Go 1.10
Also use the Ubuntu 17.10 docker image and additionally install bison which is needed by the glibc build. The resulting change only consists of a few additional constants. Exclude the X86_CR3_PCID_NOFLUSH constant on 386 and amd64, though. Change-Id: I0a9b8959146273ff3b259c17bb616625a9ac8278 Reviewed-on: https://go-review.googlesource.com/96255 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
committed by
Tobias Klauser
parent
37707fdb30
commit
c1138c84af
@@ -308,6 +308,7 @@ const (
|
||||
SYS_PWRITEV2 = 377
|
||||
SYS_S390_GUARDED_STORAGE = 378
|
||||
SYS_STATX = 379
|
||||
SYS_S390_STHYI = 380
|
||||
SYS_SELECT = 142
|
||||
SYS_GETRLIMIT = 191
|
||||
SYS_LCHOWN = 198
|
||||
|
||||
Reference in New Issue
Block a user