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

Unified Diff: src/pkg/runtime/netpoll_stub.c

Issue 7579044: code review 7579044: runtime: integrated network poller for linux (Closed)
Patch Set: diff -r 631535312f2b https://dvyukov%40google.com@code.google.com/p/go/ Created 11 years 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/runtime/netpoll_epoll.c ('k') | src/pkg/runtime/sys_linux_386.s » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/runtime/netpoll_stub.c
===================================================================
--- a/src/pkg/runtime/netpoll_stub.c
+++ b/src/pkg/runtime/netpoll_stub.c
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build freebsd linux netbsd openbsd plan9 windows
+// +build freebsd linux,arm netbsd openbsd plan9 windows
#include "runtime.h"
« no previous file with comments | « src/pkg/runtime/netpoll_epoll.c ('k') | src/pkg/runtime/sys_linux_386.s » ('j') | no next file with comments »

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