runtime: scan register backing store on ia64
[official-gcc.git] / libgo / go / runtime / stubs_nonlinux.go
blobe1ea05cf0b15403ede2feb116649d3aad980ce4a
1 // Copyright 2017 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 // +build !linux
7 package runtime
9 // sbrk0 returns the current process brk, or 0 if not implemented.
10 func sbrk0() uintptr {
11 return 0