Delta Between Two Patch Sets: include/plan9/errno.h
Issue 60840049 :
code review 60840049: lib9: enable on Plan 9 (Closed)
Left Patch Set: diff -r 77ec90945d15 https://code.google.com/p/go
Right Patch Set: diff -r dc2e4bffd677 https://code.google.com/p/go
Use n/p to move between diff chunks;
N/P to move between comments.
Please Sign in to add in-line comments.
Jump to:
.hgignore
include/plan9/errno.h
include/plan9/fmt.h
include/plan9/libc.h
include/plan9/mklibc.rc
include/plan9/stdarg.h
include/plan9/utf.h
src/cmd/dist/build.c
src/lib9/_exits.c
src/lib9/_p9dir.c
src/lib9/atoi.c
src/lib9/await.c
src/lib9/cleanname.c
src/lib9/create.c
src/lib9/ctime.c
src/lib9/dirfstat.c
src/lib9/dirfwstat.c
src/lib9/dirstat.c
src/lib9/dirwstat.c
src/lib9/dup.c
src/lib9/exec.c
src/lib9/execl.c
src/lib9/exitcode.c
src/lib9/exits.c
src/lib9/fmtlock2.c
src/lib9/getenv.c
src/lib9/getwd.c
src/lib9/jmp.c
src/lib9/main.c
src/lib9/nan.c
src/lib9/notify.c
src/lib9/nulldir.c
src/lib9/open.c
src/lib9/readn.c
src/lib9/rfork.c
src/lib9/run_plan9.c
src/lib9/seek.c
src/lib9/strecpy.c
src/lib9/sysfatal.c
src/lib9/tempdir_plan9.c
src/lib9/time.c
src/lib9/tokenize.c
src/libbio/bprint.c
src/make.rc
LEFT RIGHT
(no file at all) 1 // Copyright 2014 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
4
5 int errno;
6
7 #define ERANGE 1001
LEFT RIGHT