[libc-commits] [libc] [libc] Fix readlink tests on 32-bit systems (PR #97850)
via libc-commits
libc-commits at lists.llvm.org
Fri Jul 5 11:14:11 PDT 2024
================
@@ -8,6 +8,7 @@
#include "src/__support/CPP/string_view.h"
#include "src/errno/libc_errno.h"
+#include "src/string/strlen.h"
----------------
lntue wrote:
change include to `src/string/string_utils.h` and add `libc.src.string.string_utils` to its dependency.
https://github.com/llvm/llvm-project/pull/97850
More information about the libc-commits
mailing list