Skip to content

Commit 46cad71

Browse files
authored
Update syscalls for Linux v5.0 (#11)
Regenerate the list of syscalls based on Linux v5.0.
1 parent b00098f commit 46cad71

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

arch/mk_syscalls_linux.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,8 @@ var (
346346
)
347347

348348
func init() {
349-
flag.StringVar(&outputFile, "-out", "zsyscalls.go", "output file")
350-
flag.StringVar(&linuxVersion, "-version", "v4.16", "linux version (git tag)")
349+
flag.StringVar(&outputFile, "out", "zsyscalls.go", "output file")
350+
flag.StringVar(&linuxVersion, "version", "v5.0", "linux version (git tag)")
351351
}
352352

353353
func main() {

arch/zarches.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

arch/zsyscalls.go

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)