Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(171)

Unified Diff: src/pkg/syscall/syscall_linux_arm.go

Issue 1199045: code review 1199045: Add support for Socketpair
Patch Set: code review 1199045: Add support for Socketpair Created 15 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/syscall/syscall_linux_amd64.go ('k') | src/pkg/syscall/zsyscall_darwin_386.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/syscall/syscall_linux_arm.go
===================================================================
--- a/src/pkg/syscall/syscall_linux_arm.go
+++ b/src/pkg/syscall/syscall_linux_arm.go
@@ -37,6 +37,7 @@
//sys setgroups(n int, list *_Gid_t) (errno int) = SYS_SETGROUPS32
//sys setsockopt(s int, level int, name int, val uintptr, vallen int) (errno int)
//sys socket(domain int, typ int, proto int) (fd int, errno int)
+//sys socketpair(domain int, typ int, proto int, fds uintptr) (errno int)
//sys getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (errno int)
//sys getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (errno int)
//sys recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen *_Socklen) (n int, errno int)
« no previous file with comments | « src/pkg/syscall/syscall_linux_amd64.go ('k') | src/pkg/syscall/zsyscall_darwin_386.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b