summaryrefslogtreecommitdiff
path: root/libgo/runtime/go-signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/runtime/go-signal.h')
-rw-r--r--libgo/runtime/go-signal.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libgo/runtime/go-signal.h b/libgo/runtime/go-signal.h
new file mode 100644
index 000000000..a30173a34
--- /dev/null
+++ b/libgo/runtime/go-signal.h
@@ -0,0 +1,7 @@
+/* go-signal.h -- signal handling for Go.
+
+ Copyright 2009 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. */
+
+extern void __initsig (void);