mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 05:08:14 +00:00
freebsd_amd64 support
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//+build freebsd
|
||||
//+private
|
||||
package sync2
|
||||
|
||||
import "core:os"
|
||||
|
||||
_current_thread_id :: proc "contextless" () -> int {
|
||||
return os.current_thread_id()
|
||||
}
|
||||
Reference in New Issue
Block a user