Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
95aea249
Commit
95aea249
authored
Aug 22, 2011
by
Fazlul Shahriar
Committed by
Rob Pike
Aug 22, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: build more packages/commands for Plan 9
R=golang-dev, r CC=golang-dev
https://golang.org/cl/4921041
parent
ebf2b92e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
22 deletions
+1
-22
Makefile
src/pkg/Makefile
+0
-22
error_plan9.go
src/pkg/os/error_plan9.go
+1
-0
No files found.
src/pkg/Makefile
View file @
95aea249
...
@@ -189,29 +189,7 @@ endif
...
@@ -189,29 +189,7 @@ endif
ifeq
($(GOOS),plan9)
ifeq
($(GOOS),plan9)
NOPLAN9BUILD
=
\
NOPLAN9BUILD
=
\
crypto/tls
\
exp/gui/x11
\
expvar
\
http
\
http/cgi
\
http/fcgi
\
http/httptest
\
http/pprof
\
http/spdy
\
mail
\
mime/multipart
\
net
\
net/dict
\
net/textproto
\
netchan
\
os/signal
\
os/signal
\
rpc
\
rpc/jsonrpc
\
smtp
\
syslog
\
websocket
\
../cmd/godoc
\
../cmd/goinstall
\
DIRS
:=
$
(
filter-out
$(NOPLAN9BUILD)
,
$(DIRS)
)
DIRS
:=
$
(
filter-out
$(NOPLAN9BUILD)
,
$(DIRS)
)
endif
endif
...
...
src/pkg/os/error_plan9.go
View file @
95aea249
...
@@ -48,6 +48,7 @@ var (
...
@@ -48,6 +48,7 @@ var (
EPERM
=
Eperm
EPERM
=
Eperm
EISDIR
=
syscall
.
EISDIR
EISDIR
=
syscall
.
EISDIR
EBADF
=
NewError
(
"bad file descriptor"
)
ENAMETOOLONG
=
NewError
(
"file name too long"
)
ENAMETOOLONG
=
NewError
(
"file name too long"
)
ERANGE
=
NewError
(
"math result not representable"
)
ERANGE
=
NewError
(
"math result not representable"
)
EPIPE
=
NewError
(
"Broken Pipe"
)
EPIPE
=
NewError
(
"Broken Pipe"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment