common/fdlimit: fix macos file descriptors for Go 1.12

This commit is contained in:
Péter Szilágyi
2019-02-27 14:20:29 +02:00
parent e43bc36226
commit 2b6158a51e
3 changed files with 73 additions and 1 deletions

View File

@@ -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