[libc-commits] [PATCH] D153231: [libc] [NFC] malloc.h: fix include guard typo

Sam James via Phabricator via libc-commits libc-commits at lists.llvm.org
Sun Jun 18 15:08:49 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc32ba7d5e008: [libc] [NFC] malloc.h: fix include guard typo (authored by alfredfo, committed by thesamesam).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153231/new/

https://reviews.llvm.org/D153231

Files:
  libc/src/stdlib/malloc.h


Index: libc/src/stdlib/malloc.h
===================================================================
--- libc/src/stdlib/malloc.h
+++ libc/src/stdlib/malloc.h
@@ -17,4 +17,4 @@
 
 } // namespace __llvm_libc
 
-#endif // LLVM_LIBC_SRC_STDLIB_LDIV_H
+#endif // LLVM_LIBC_SRC_STDLIB_MALLOC_H


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153231.532487.patch
Type: text/x-patch
Size: 288 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230618/d80e4d7b/attachment.bin>


More information about the libc-commits mailing list