diff options
author | Michael Jones <michaelrj@google.com> | 2025-06-13 10:31:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-13 10:31:47 -0700 |
commit | 51689c9df2fbb81aab1ff802f3efb86cac926853 (patch) | |
tree | 45153c70f94190029119969402377b06d06baccf /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | ec330cf6701793525da9eb471e7ff796938ab54a (diff) | |
download | llvm-51689c9df2fbb81aab1ff802f3efb86cac926853.zip llvm-51689c9df2fbb81aab1ff802f3efb86cac926853.tar.gz llvm-51689c9df2fbb81aab1ff802f3efb86cac926853.tar.bz2 |
[libc][NFC] clean internal fd handling (#143991)
The previous internal fcntl implementation modified errno directly, this
patch fixes that. This patch also moves open and close into OSUtil since
they are used in multiple places. There are more places that need
similar cleanup but only got comments in this patch to keep it
relatively reviewable.
Related to: https://github.com/llvm/llvm-project/issues/143937
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions