* pt.c (tsubst) [TEMPLATE_TYPE_PARM]: Use TEMPLATE_PARM_DESCENDANTS.
[official-gcc.git] / libgo / go / syscall / msan0.go
blobff10be9d25d59c1a801d91033e18af4085bfb11b
1 // Copyright 2015 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 !msan
7 package syscall
9 import (
10 "unsafe"
13 const msanenabled = false
15 func msanRead(addr unsafe.Pointer, len int) {
18 func msanWrite(addr unsafe.Pointer, len int) {