mirror of
https://github.com/golang/go
synced 2024-11-15 04:40:28 -07:00
a0785a53ad
Those C files would have been compiled with 6c. It's close to impossible to use C correctly anymore, and the C compilers are going away eventually. Make them unavailable now. go1.4.txt change in CL 145890046 LGTM=iant R=iant CC=golang-codereviews, r https://golang.org/cl/149720043
8 lines
220 B
Go
8 lines
220 B
Go
// Copyright 2012 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 backdoor
|
|
|
|
func LockedOSThread() bool // in thunk.s
|