aboutsummaryrefslogtreecommitdiffstats
path: root/common/fdlimit/fdlimit_unix.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2019-04-08 21:16:05 +0800
committerGitHub <noreply@github.com>2019-04-08 21:16:05 +0800
commit4e13a09c5033b4cf073db6aeaaa7d159dcf07f30 (patch)
tree0f64daac335200ce6fd45d6ee9f62dabc0fb1887 /common/fdlimit/fdlimit_unix.go
parentc942700427557e3ff6de3aaf6b916e2f056c1ec2 (diff)
parent009d2fe2d650b1a92e28f0decbf5f7fa628779e9 (diff)
downloadgo-tangerine-1.8.24.tar
go-tangerine-1.8.24.tar.gz
go-tangerine-1.8.24.tar.bz2
go-tangerine-1.8.24.tar.lz
go-tangerine-1.8.24.tar.xz
go-tangerine-1.8.24.tar.zst
go-tangerine-1.8.24.zip
Merge pull request #19370 from karalabe/geth-1.8.24v1.8.24
Backport PR for the v1.8.24 maintenance release
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