mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Clean-up libc usage
This commit is contained in:
@@ -59,7 +59,7 @@ when ODIN_OS == .Windows {
|
||||
}
|
||||
|
||||
// GLIBC and MUSL compatible.
|
||||
when ODIN_OS == .Linux {
|
||||
when ODIN_OS == .Linux || ODIN_OS == .JS {
|
||||
fpos_t :: struct #raw_union { _: [16]char, _: longlong, _: double, }
|
||||
|
||||
_IOFBF :: 0
|
||||
|
||||
Reference in New Issue
Block a user