Sign in
go
/
go
/
a72bebf6e1a5eafd8347fb84e60155e2b9cdb6d7
/
.
/
src
/
pkg
/
syscall
/
syscall_plan9_386.go
blob: 4e4c7511e5c078ea60b96b5afb3010c88360c5ad [
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 0x1000 }