aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorMikhail R. Gadelha <mikhail@igalia.com>2024-07-22 18:40:47 +0200
committerGitHub <noreply@github.com>2024-07-22 13:40:47 -0300
commitc80b799e90c6279ced025c44b9177c6e5f0f2ada (patch)
treec6616bf938f67a16cf5f4ee442fe8cb532409d97 /clang/lib/CodeGen/CodeGenModule.cpp
parent70843bf658004cc6997e4978e625140abce77427 (diff)
downloadllvm-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