summaryrefslogtreecommitdiff
path: root/include/plan9/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/plan9/errno.h')
-rw-r--r--include/plan9/errno.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/plan9/errno.h b/include/plan9/errno.h
new file mode 100644
index 000000000..1ed572ace
--- /dev/null
+++ b/include/plan9/errno.h
@@ -0,0 +1,7 @@
+// Copyright 2014 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.
+
+int errno;
+
+#define ERANGE 1001