blob: 42fc3b913f23622be1d44e2ebe1b287ea746a38e [file] [log] [blame]
// 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.
// +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