[libc-commits] [PATCH] D91399: [libc] Add strncpy implementation.

Cheng Wang via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Nov 25 23:23:21 PST 2020


cheng.w updated this revision to Diff 307761.
cheng.w added a comment.

Take code from Chatelet. Fix some nits.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91399

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/src/string/CMakeLists.txt
  libc/src/string/strncpy.cpp
  libc/src/string/strncpy.h
  libc/test/src/string/CMakeLists.txt
  libc/test/src/string/strncpy_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91399.307761.patch
Type: text/x-patch
Size: 5695 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20201126/e588affe/attachment-0001.bin>


More information about the libc-commits mailing list