blob: 3121fd5ad6ccd817bd4e58f19ee2185a89fc1860 [file]
// Copyright 2016 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.
//go:build fuchsia
package cgo
import _ "unsafe" // for go:linkname
//go:cgo_import_static x_cgo_get_initial_handles
//go:linkname x_cgo_get_initial_handles x_cgo_get_initial_handles
//go:linkname _cgo_get_initial_handles runtime._cgo_get_initial_handles
var x_cgo_get_initial_handles byte
var _cgo_get_initial_handles = &x_cgo_get_initial_handles
//go:cgo_import_static x_cgo_get_thread_self_handle
//go:linkname x_cgo_get_thread_self_handle x_cgo_get_thread_self_handle
//go:linkname _cgo_get_thread_self_handle runtime._cgo_get_thread_self_handle
var x_cgo_get_thread_self_handle byte
var _cgo_get_thread_self_handle = &x_cgo_get_thread_self_handle
//go:cgo_import_static x_cgo_timespec_get
//go:linkname x_cgo_timespec_get x_cgo_timespec_get
//go:linkname _cgo_timespec_get runtime._cgo_timespec_get
var x_cgo_timespec_get byte
var _cgo_timespec_get = &x_cgo_timespec_get
//go:cgo_import_static x_cgo_write1
//go:linkname x_cgo_write1 x_cgo_write1
//go:linkname _cgo_write1 runtime._cgo_write1
var x_cgo_write1 byte
var _cgo_write1 = &x_cgo_write1