diff options
Diffstat (limited to 'libgo/runtime/netpoll_stub.c')
-rw-r--r-- | libgo/runtime/netpoll_stub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/runtime/netpoll_stub.c b/libgo/runtime/netpoll_stub.c index e28e38e2643..84eef754c8d 100644 --- a/libgo/runtime/netpoll_stub.c +++ b/libgo/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 netbsd openbsd plan9 windows +// +build plan9 #include "runtime.h" |