mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-03 12:48:54 +00:00
Update core/thread/thread_unix.odin
Co-authored-by: Laytan <laytanlaats@hotmail.com>
This commit is contained in:
@@ -209,7 +209,7 @@ _get_name :: proc(thread: ^Thread, allocator: runtime.Allocator, loc: runtime.So
|
||||
return
|
||||
}
|
||||
|
||||
_set_name :: proc(thread: ^Thread, name:string) {
|
||||
_set_name :: proc(thread: ^Thread, name: string) {
|
||||
// Haiku doesn't have pthread_getname yet
|
||||
when ODIN_OS == .Haiku {
|
||||
unimplemented("core:thread set_name for haiku is not yet supported")
|
||||
|
||||
Reference in New Issue
Block a user