aboutsummaryrefslogtreecommitdiff
path: root/internal/nettest/rlimit_plan9.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/nettest/rlimit_plan9.go')
-rw-r--r--internal/nettest/rlimit_plan9.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/internal/nettest/rlimit_plan9.go b/internal/nettest/rlimit_plan9.go
new file mode 100644
index 0000000..f745f8a
--- /dev/null
+++ b/internal/nettest/rlimit_plan9.go
@@ -0,0 +1,7 @@
+// Copyright 2015 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 nettest
+
+func maxOpenFiles() int { return defaultMaxOpenFiles }