Sign in
go
/
go
/
659d1df1bcd44ec6bb92f9592a8c92670d862d3c
/
.
/
src
/
pkg
/
syscall
/
syscall_plan9_amd64.go
blob: 6f752f21366809b9f82bc8696ab1cda69140b813 [
file
] [
log
] [
blame
]
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package syscall
func Getpagesize() int { return 0x200000 }