aboutsummaryrefslogtreecommitdiffstats
path: root/common/fdlimit/fdlimit_unix.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2019-02-27 20:20:29 +0800
committerPéter Szilágyi <peterke@gmail.com>2019-04-02 18:14:21 +0800
commitfca5f9fd6fc8a45166ff21cbb41df9e2005dc314 (patch)
tree1bf0a3566d9930f5ac8242ee6f4ce731e88400d7 /common/fdlimit/fdlimit_unix.go
parent38c30f8dd897987b12123083201f1124dae0ffdb (diff)
downloadgo-tangerine-fca5f9fd6fc8a45166ff21cbb41df9e2005dc314.tar
go-tangerine-fca5f9fd6fc8a45166ff21cbb41df9e2005dc314.tar.gz
go-tangerine-fca5f9fd6fc8a45166ff21cbb41df9e2005dc314.tar.bz2
go-tangerine-fca5f9fd6fc8a45166ff21cbb41df9e2005dc314.tar.lz
go-tangerine-fca5f9fd6fc8a45166ff21cbb41df9e2005dc314.tar.xz
go-tangerine-fca5f9fd6fc8a45166ff21cbb41df9e2005dc314.tar.zst
go-tangerine-fca5f9fd6fc8a45166ff21cbb41df9e2005dc314.zip
common/fdlimit: fix macos file descriptors for Go 1.12
Diffstat (limited to 'common/fdlimit/fdlimit_unix.go')
-rw-r--r--common/fdlimit/fdlimit_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/fdlimit/fdlimit_unix.go b/common/fdlimit/fdlimit_unix.go
index 670112751..e5a575f7a 100644
--- a/common/fdlimit/fdlimit_unix.go
+++ b/common/fdlimit/fdlimit_unix.go
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
-// +build linux darwin netbsd openbsd solaris
+// +build linux netbsd openbsd solaris
package fdlimit