1 // Copyright 2013 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 // Fake network poller for NaCl.
6 // Should never be used, because NaCl network connections do not honor "SetNonblock".
13 func netpolldescriptor() uintptr {
17 func netpollopen(fd
uintptr, pd
*pollDesc
) int32 {
21 func netpollclose(fd
uintptr) int32 {
25 func netpollarm(pd
*pollDesc
, mode
int) {
28 func netpoll(block
bool) *g
{