[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:45:49 PDT 2024


https://github.com/PiJoules created https://github.com/llvm/llvm-project/pull/95038

…IB_FREE_H

>From b1073824599bd6eed66a24ebab9f77ed0da42a74 Mon Sep 17 00:00:00 2001
From: Leonard Chan <leonardchan at google.com>
Date: Mon, 10 Jun 2024 13:44:55 -0700
Subject: [PATCH] [NFC][libc][stdlib] LLVM_LIBC_SRC_STDLIB_LDIV_H ->
 LLVM_LIBC_SRC_STDLIB_FREE_H

---
 libc/src/stdlib/free.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the libc-commits mailing list