summaryrefslogtreecommitdiff
path: root/libc/src/sys/ioctl/linux/ioctl.cpp
AgeCommit message (Collapse)Author
2025-06-12[libc] Fix ioctl errno inclusion (#143928)Michael Jones
Since errno was moved in https://github.com/llvm/llvm-project/pull/143187 the code including it in https://github.com/llvm/llvm-project/pull/141393 was rendered incorrect. This patch fixes the include and the cmake depends.
2025-06-12[libc] add ioctl (#141393)W. Turner Abney
Closes #85275 Closes #90317 Updates #97191 --------- Co-authored-by: Joseph Huber <huberjn@outlook.com> Co-authored-by: Michael Jones <michaelrj@google.com>
2024-04-09Revert "[libc] implement ioctl" (#88226)lntue
Reverts llvm/llvm-project#85890 This fails in full build mode: https://lab.llvm.org/buildbot/#/builders/163/builds/54478/steps/4/logs/stdio
2024-04-09[libc] implement ioctl (#85890)Nhat Nguyen
This PR is to work on the issue #85275