aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/darwin/cssm.zig
AgeCommit message (Collapse)Author
2023-03-16std: move os/darwin.zig and related to c/darwin.zigJakub Konka
Move to c/darwin.zig as they really are libSystem/libc imports/wrappers. As an added bonus, get rid of the nasty `usingnamespace`s which are now unneeded. Finally, add `os.ptrace` but currently only implemented on darwin.
2023-01-17Add std.os.darwin.cssmfn ⌃ ⌥