mirror of
https://gogs.blitter.com/RLabs/xs
synced 2024-08-14 10:26:42 +00:00
Fixes for int vs. uintptr args (linux vs. freebsd)
This commit is contained in:
parent
531c846899
commit
6bb4b90c87
2 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
// +build freebsd
|
// +build freebsd
|
||||||
|
|
||||||
package xs
|
package xs
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
// +build linux,bsd
|
// +build linux
|
||||||
|
|
||||||
package xs
|
package xs
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue