aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--internal/nettest/rlimit_stub.go (renamed from internal/nettest/rlimit_plan9.go)2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/nettest/rlimit_plan9.go b/internal/nettest/rlimit_stub.go
index f745f8a..102bef9 100644
--- a/internal/nettest/rlimit_plan9.go
+++ b/internal/nettest/rlimit_stub.go
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// +build nacl plan9
+
package nettest
func maxOpenFiles() int { return defaultMaxOpenFiles }