|
@@ -1,13 +1,13 @@
|
|
|
// Copyright 2018 The Go Authors. All rights reserved.
|
|
// Copyright 2018 The Go Authors. All rights reserved.
|
|
|
// Use of this source code is governed by a BSD-style
|
|
// Use of this source code is governed by a BSD-style
|
|
|
// license that can be found in the LICENSE file.
|
|
// license that can be found in the LICENSE file.
|
|
|
-//
|
|
|
|
|
|
|
+
|
|
|
|
|
+// +build ignore
|
|
|
|
|
+
|
|
|
// Generate system call table for DragonFly, NetBSD,
|
|
// Generate system call table for DragonFly, NetBSD,
|
|
|
// FreeBSD, OpenBSD or Darwin from master list
|
|
// FreeBSD, OpenBSD or Darwin from master list
|
|
|
// (for example, /usr/src/sys/kern/syscalls.master or
|
|
// (for example, /usr/src/sys/kern/syscalls.master or
|
|
|
// sys/syscall.h).
|
|
// sys/syscall.h).
|
|
|
-
|
|
|
|
|
-// +build ignore
|
|
|
|
|
package main
|
|
package main
|
|
|
|
|
|
|
|
import (
|
|
import (
|