aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/sys_linux_386.s
diff options
context:
space:
mode:
authorDmitriy Vyukov <dvyukov@google.com>2014-09-04 10:04:04 +0400
committerDmitriy Vyukov <dvyukov@google.com>2014-09-04 10:04:04 +0400
commit91a670d179ae5a0b91a498b4df9d5f088704dba0 (patch)
treecbffc3393d970a3b4593de70d8333f0be8e22895 /src/pkg/runtime/sys_linux_386.s
parentdae803863978513a159b36822054126f042ff412 (diff)
downloadgo-91a670d179ae5a0b91a498b4df9d5f088704dba0.tar.xz
runtime: convert netpoll to Go
The common code is converted, epoll and kqueue are converted. Windows and solaris are still C. LGTM=rsc R=golang-codereviews, rsc, dave CC=golang-codereviews, iant, khr, rsc https://golang.org/cl/132910043
Diffstat (limited to 'src/pkg/runtime/sys_linux_386.s')
-rw-r--r--src/pkg/runtime/sys_linux_386.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/sys_linux_386.s b/src/pkg/runtime/sys_linux_386.s
index ace5a1802b..426e05faa1 100644
--- a/src/pkg/runtime/sys_linux_386.s
+++ b/src/pkg/runtime/sys_linux_386.s
@@ -457,7 +457,7 @@ TEXT runtime·epollcreate1(SB),NOSPLIT,$0
MOVL AX, ret+4(FP)
RET
-// int32 runtime·epollctl(int32 epfd, int32 op, int32 fd, EpollEvent *ev);
+// func epollctl(epfd, op, fd int32, ev *epollEvent) int
TEXT runtime·epollctl(SB),NOSPLIT,$0
MOVL $255, AX
MOVL epfd+0(FP), BX