[libc-commits] [libc] [libc] Add Annex K strnlen_s function (PR #186112)
Victor Campos via libc-commits
libc-commits at lists.llvm.org
Tue Mar 17 09:27:18 PDT 2026
vhscampos wrote:
> Also I noticed that you are not including `strnlen_s` in every target where `strnlen_s` is included. Is there a reason for it?
No, my mistake. I have added it as entrypoint to all targets that already had a string.h section.
https://github.com/llvm/llvm-project/pull/186112
More information about the libc-commits
mailing list