[libc-commits] [PATCH] D85779: [libc] Add strtok_r implementation.

Chris Gyurgyik via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Aug 13 05:05:36 PDT 2020


cgyurgyik updated this revision to Diff 285335.
cgyurgyik added a comment.

Address siva's comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85779

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/api.td
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/posix.td
  libc/src/string/CMakeLists.txt
  libc/src/string/string_utils.h
  libc/src/string/strtok.cpp
  libc/src/string/strtok_r.cpp
  libc/src/string/strtok_r.h
  libc/test/src/string/CMakeLists.txt
  libc/test/src/string/strtok_r_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85779.285335.patch
Type: text/x-patch
Size: 12654 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200813/050166d8/attachment.bin>


More information about the libc-commits mailing list