[libc-commits] [libc] [NFC][libc][stdlib] LLVM_LIBC_SRC_STDLIB_LDIV_H -> LLVM_LIBC_SRC_STDL… (PR #95038)
via libc-commits
libc-commits at lists.llvm.org
Mon Jun 10 13:46:16 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: None (PiJoules)
<details>
<summary>Changes</summary>
…IB_FREE_H
---
Full diff: https://github.com/llvm/llvm-project/pull/95038.diff
1 Files Affected:
- (modified) libc/src/stdlib/free.h (+1-1)
``````````diff
diff --git a/libc/src/stdlib/free.h b/libc/src/stdlib/free.h
index f802f1d192d81..b3970fd967740 100644
--- a/libc/src/stdlib/free.h
+++ b/libc/src/stdlib/free.h
@@ -17,4 +17,4 @@ void free(void *ptr);
} // namespace LIBC_NAMESPACE
-#endif // LLVM_LIBC_SRC_STDLIB_LDIV_H
+#endif // LLVM_LIBC_SRC_STDLIB_FREE_H
``````````
</details>
https://github.com/llvm/llvm-project/pull/95038
More information about the libc-commits
mailing list