mirror of https://gogs.blitter.com/RLabs/xs
Fixes for int vs. uintptr args (linux vs. freebsd)
This commit is contained in:
parent
531c846899
commit
6bb4b90c87
|
@ -1,4 +1,5 @@
|
|||
// +build freebsd
|
||||
|
||||
package xs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// +build linux,bsd
|
||||
// +build linux
|
||||
|
||||
package xs
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue