Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
f19aef53
Commit
f19aef53
authored
Nov 14, 2011
by
Mikio Hara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
syscall: regenerate z-files for freebsd
R=golang-dev, rsc CC=golang-dev
https://golang.org/cl/5369102
parent
5bb54b8e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
14 deletions
+14
-14
src/pkg/syscall/zerrors_freebsd_386.go
src/pkg/syscall/zerrors_freebsd_386.go
+7
-7
src/pkg/syscall/zerrors_freebsd_amd64.go
src/pkg/syscall/zerrors_freebsd_amd64.go
+7
-7
No files found.
src/pkg/syscall/zerrors_freebsd_386.go
View file @
f19aef53
...
@@ -311,6 +311,13 @@ const (
...
@@ -311,6 +311,13 @@ const (
DT_SOCK
=
0xc
DT_SOCK
=
0xc
DT_UNKNOWN
=
0x0
DT_UNKNOWN
=
0x0
DT_WHT
=
0xe
DT_WHT
=
0xe
ECHO
=
0x8
ECHOCTL
=
0x40
ECHOE
=
0x2
ECHOK
=
0x4
ECHOKE
=
0x1
ECHONL
=
0x10
ECHOPRT
=
0x20
EVFILT_AIO
=
-
0x3
EVFILT_AIO
=
-
0x3
EVFILT_FS
=
-
0x9
EVFILT_FS
=
-
0x9
EVFILT_LIO
=
-
0xa
EVFILT_LIO
=
-
0xa
...
@@ -1216,13 +1223,6 @@ const (
...
@@ -1216,13 +1223,6 @@ const (
EBUSY
=
Errno
(
0x10
)
EBUSY
=
Errno
(
0x10
)
ECANCELED
=
Errno
(
0x55
)
ECANCELED
=
Errno
(
0x55
)
ECHILD
=
Errno
(
0xa
)
ECHILD
=
Errno
(
0xa
)
ECHO
=
Errno
(
0x8
)
ECHOCTL
=
Errno
(
0x40
)
ECHOE
=
Errno
(
0x2
)
ECHOK
=
Errno
(
0x4
)
ECHOKE
=
Errno
(
0x1
)
ECHONL
=
Errno
(
0x10
)
ECHOPRT
=
Errno
(
0x20
)
ECONNABORTED
=
Errno
(
0x35
)
ECONNABORTED
=
Errno
(
0x35
)
ECONNREFUSED
=
Errno
(
0x3d
)
ECONNREFUSED
=
Errno
(
0x3d
)
ECONNRESET
=
Errno
(
0x36
)
ECONNRESET
=
Errno
(
0x36
)
...
...
src/pkg/syscall/zerrors_freebsd_amd64.go
View file @
f19aef53
...
@@ -311,6 +311,13 @@ const (
...
@@ -311,6 +311,13 @@ const (
DT_SOCK
=
0xc
DT_SOCK
=
0xc
DT_UNKNOWN
=
0x0
DT_UNKNOWN
=
0x0
DT_WHT
=
0xe
DT_WHT
=
0xe
ECHO
=
0x8
ECHOCTL
=
0x40
ECHOE
=
0x2
ECHOK
=
0x4
ECHOKE
=
0x1
ECHONL
=
0x10
ECHOPRT
=
0x20
EVFILT_AIO
=
-
0x3
EVFILT_AIO
=
-
0x3
EVFILT_FS
=
-
0x9
EVFILT_FS
=
-
0x9
EVFILT_LIO
=
-
0xa
EVFILT_LIO
=
-
0xa
...
@@ -1216,13 +1223,6 @@ const (
...
@@ -1216,13 +1223,6 @@ const (
EBUSY
=
Errno
(
0x10
)
EBUSY
=
Errno
(
0x10
)
ECANCELED
=
Errno
(
0x55
)
ECANCELED
=
Errno
(
0x55
)
ECHILD
=
Errno
(
0xa
)
ECHILD
=
Errno
(
0xa
)
ECHO
=
Errno
(
0x8
)
ECHOCTL
=
Errno
(
0x40
)
ECHOE
=
Errno
(
0x2
)
ECHOK
=
Errno
(
0x4
)
ECHOKE
=
Errno
(
0x1
)
ECHONL
=
Errno
(
0x10
)
ECHOPRT
=
Errno
(
0x20
)
ECONNABORTED
=
Errno
(
0x35
)
ECONNABORTED
=
Errno
(
0x35
)
ECONNREFUSED
=
Errno
(
0x3d
)
ECONNREFUSED
=
Errno
(
0x3d
)
ECONNRESET
=
Errno
(
0x36
)
ECONNRESET
=
Errno
(
0x36
)
...
...
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