diff options
author | Mikhail R. Gadelha <mikhail@igalia.com> | 2024-07-22 18:40:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-22 13:40:47 -0300 |
commit | c80b799e90c6279ced025c44b9177c6e5f0f2ada (patch) | |
tree | c6616bf938f67a16cf5f4ee442fe8cb532409d97 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 70843bf658004cc6997e4978e625140abce77427 (diff) | |
download | llvm-c80b799e90c6279ced025c44b9177c6e5f0f2ada.zip llvm-c80b799e90c6279ced025c44b9177c6e5f0f2ada.tar.gz llvm-c80b799e90c6279ced025c44b9177c6e5f0f2ada.tar.bz2 |
[libc] No need to use recursion in fcntl (#99893)
This patch removes the recursion in fcntl introduced by PR #99675 as it is not required and may be dangerous in some cases: some toolchains define F_GETLK == F_GETLK64 causing infinite recursion.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions