aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux/ioctl.zig
AgeCommit message (Collapse)Author
2022-05-13target: Rename sparcv9 -> sparc64Koakuma
Rename all references of sparcv9 to sparc64, to make Zig align more with other projects. Also, added new function to convert glibc arch name to Zig arch name, since it refers to the architecture as sparcv9. This is based on the suggestion by @kubkon in PR 11847. (https://github.com/ziglang/zig/pull/11487#pullrequestreview-963761757)
2021-09-18Add Linux ioctl creation utilities (#9748)Jens Goldberg
* Add Linux ioctl creation utilities * Apply suggestions from code review Co-authored-by: Veikka Tuominen <git@vexu.eu> * Update lib/std/os/linux.zig Co-authored-by: zigazeljko <ziga.zeljko@gmail.com> Co-authored-by: Veikka Tuominen <git@vexu.eu> Co-authored-by: zigazeljko <ziga.zeljko@gmail.com>