Fixes for int vs. uintptr args (linux vs. freebsd)

This commit is contained in:
Russ Magee 2020-04-26 01:14:19 +00:00
parent d0c1505904
commit 453b2580e6
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,5 @@
// +build freebsd
package xs
import (

View file

@ -1,4 +1,5 @@
// +build linux,bsd
// +build linux
package xs
import (