aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os1_plan9.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/os1_plan9.go')
-rw-r--r--src/runtime/os1_plan9.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/runtime/os1_plan9.go b/src/runtime/os1_plan9.go
index 9615b6d1a4..38125a01f8 100644
--- a/src/runtime/os1_plan9.go
+++ b/src/runtime/os1_plan9.go
@@ -21,6 +21,12 @@ func mpreinit(mp *m) {
func msigsave(mp *m) {
}
+func msigrestore(mp *m) {
+}
+
+func sigblock() {
+}
+
// Called to initialize a new m (including the bootstrap m).
// Called on the new thread, can not allocate memory.
func minit() {