We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b56885 commit 9d04fa4Copy full SHA for 9d04fa4
libc/src/stdlib/CMakeLists.txt
@@ -353,7 +353,7 @@ add_entrypoint_object(
353
memalignment.h
354
DEPENDS
355
libc.src.__support.common
356
- libc.src.__support.CPP.cstddef
+ libc.hdr.types.size_t
357
)
358
359
if(NOT LIBC_TARGET_OS_IS_BAREMETAL AND NOT LIBC_TARGET_OS_IS_GPU)
libc/src/stdlib/memalignment.h
@@ -9,7 +9,7 @@
9
#ifndef LLVM_LIBC_SRC_STDLIB_MEM_ALIGNMENT_H
10
#define LLVM_LIBC_SRC_STDLIB_MEM_ALIGNMENT_H
11
12
-#include "src/__support/CPP/cstddef.h"
+#include "hdr/types/size_t.h"
13
#include "src/__support/macros/config.h"
14
15
namespace LIBC_NAMESPACE_DECL {
0 commit comments