Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
af5c13eb
Commit
af5c13eb
authored
Jan 27, 2012
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
syscall: Define IPV6 constants for Irix.
From Rainer Orth. From-SVN: r183652
parent
eb6a1fe0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
libgo/go/syscall/socket_irix.go
+9
-0
No files found.
libgo/go/syscall/socket_irix.go
View file @
af5c13eb
...
@@ -119,3 +119,12 @@ const (
...
@@ -119,3 +119,12 @@ const (
func
anyToSockaddrOS
(
rsa
*
RawSockaddrAny
)
(
Sockaddr
,
error
)
{
func
anyToSockaddrOS
(
rsa
*
RawSockaddrAny
)
(
Sockaddr
,
error
)
{
return
nil
,
EAFNOSUPPORT
return
nil
,
EAFNOSUPPORT
}
}
// <netinet/in.h.h> only provides IPV6_* etc. if _NO_XOPEN4 && _NO_XOPEN5,
// so as above simply provide them here.
const
(
IPV6_UNICAST_HOPS
=
48
IPV6_MULTICAST_IF
=
IP_MULTICAST_IF
IPV6_MULTICAST_HOPS
=
IP_MULTICAST_TTL
IPV6_MULTICAST_LOOP
=
IP_MULTICAST_LOOP
)
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