]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: add empty windows/signals.h file to fix build
authorAlex Brainman <alex.brainman@gmail.com>
Fri, 25 Feb 2011 00:16:39 +0000 (11:16 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Fri, 25 Feb 2011 00:16:39 +0000 (11:16 +1100)
R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/4223049

src/pkg/runtime/windows/signals.h [new file with mode: 0644]

diff --git a/src/pkg/runtime/windows/signals.h b/src/pkg/runtime/windows/signals.h
new file mode 100644 (file)
index 0000000..6943714
--- /dev/null
@@ -0,0 +1,3 @@
+// Copyright 2011 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.