mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
Updated core lib and did cleanup
Updated core with some path related functions and did some minor code cleanup. Most of the standard library function is just a matter of copy what is there for the other BSDs.
This commit is contained in:
@@ -13,8 +13,8 @@ SIG_BLOCK :: 1
|
||||
SIG_UNBLOCK :: 2
|
||||
SIG_SETMASK :: 3
|
||||
|
||||
siginfo_t :: struct { si_pad: [128]c.char }
|
||||
sigset_t :: struct { bits: [4]u32 }
|
||||
siginfo_t :: struct { _: [128]u8 }
|
||||
sigset_t :: struct { _: [4]u32 }
|
||||
|
||||
foreign libc {
|
||||
@(link_name="__sigemptyset14") sigemptyset :: proc(set: ^sigset_t) -> c.int ---
|
||||
|
||||
Reference in New Issue
Block a user