diff options
Diffstat (limited to 'src/internal/syscall/unix/nonblocking_nacl.go')
-rw-r--r-- | src/internal/syscall/unix/nonblocking_nacl.go | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/internal/syscall/unix/nonblocking_nacl.go b/src/internal/syscall/unix/nonblocking_nacl.go deleted file mode 100644 index ff67c75e81..0000000000 --- a/src/internal/syscall/unix/nonblocking_nacl.go +++ /dev/null @@ -1,9 +0,0 @@ -// Copyright 2018 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -package unix - -func IsNonblock(fd int) (nonblocking bool, err error) { - return false, nil -} |