[libc-commits] [PATCH] D111583: [libc] Add strncat and fix strcat
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Oct 11 15:50:04 PDT 2021
michaelrj created this revision.
michaelrj added a reviewer: lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
michaelrj requested review of this revision.
This adds strncat to llvm libc. In addition, and error was found with
strcat and that was fixed.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D111583
Files:
libc/config/linux/x86_64/entrypoints.txt
libc/src/string/CMakeLists.txt
libc/src/string/strcat.cpp
libc/src/string/strncat.cpp
libc/src/string/strncat.h
libc/test/src/string/CMakeLists.txt
libc/test/src/string/strncat_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111583.378817.patch
Type: text/x-patch
Size: 6035 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211011/c08cd5e9/attachment.bin>
More information about the libc-commits
mailing list