mirror of
https://github.com/golang/go
synced 2024-11-05 22:56:11 -07:00
174b8c95f5
This change depends on CL 57170052. LGTM=rsc R=rsc, bradfitz CC=golang-codereviews https://golang.org/cl/60840049
8 lines
192 B
C
8 lines
192 B
C
// 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
|