summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/nacl/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/nacl/os.h')
-rw-r--r--src/pkg/runtime/nacl/os.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/pkg/runtime/nacl/os.h b/src/pkg/runtime/nacl/os.h
deleted file mode 100644
index eb4af57b2..000000000
--- a/src/pkg/runtime/nacl/os.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// 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.
-
-int32 thread_create(void(*fn)(void), void *stk, void *tls, int32 tlssize);
-void close(int32);
-int32 mutex_create(void);
-int32 mutex_lock(int32);
-int32 mutex_unlock(int32);