aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go')
-rw-r--r--vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go b/vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go
index 6efea46..028fa78 100644
--- a/vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go
+++ b/vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go
@@ -558,3 +558,13 @@ type Uvmexp struct {
558 Fpswtch int32 558 Fpswtch int32
559 Kmapent int32 559 Kmapent int32
560} 560}
561
562const SizeofClockinfo = 0x14
563
564type Clockinfo struct {
565 Hz int32
566 Tick int32
567 Tickadj int32
568 Stathz int32
569 Profhz int32
570}