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, 0 insertions, 7 deletions
diff --git a/libgo/runtime/go-signal.h b/libgo/runtime/go-signal.h
deleted file mode 100644
index a30173a34de..00000000000
--- a/libgo/runtime/go-signal.h
+++ /dev/null
@@ -1,7 +0,0 @@
-/* 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);