summaryrefslogtreecommitdiff
path: root/include/plan9/errno.h
blob: 1ed572acedd15c53149d6208376d00c6d5168cc9 (plain)
1
2
3
4
5
6
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