blob: a867dfeb6407b0153fb45cfc83995b3cff93f75a [file] [log] [blame]
Alex Brainmanab4578a2014-11-20 12:24:03 +11001// Copyright 2009 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.
4
5package runtime
6
Alex Brainmanab4578a2014-11-20 12:24:03 +11007func getlasterror() uint32
8func setlasterror(err uint32)
9
10// Function to be called by windows CreateThread
11// to start new os thread.
12func tstart_stdcall(newm *m) uint32
13
14func ctrlhandler(_type uint32) uint32
15
16// TODO(brainman): should not need those
17const (
18 _NSIG = 65
19)