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

Chris Gyurgyik via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Aug 12 18:14:30 PDT 2020


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

Address siva's and abrachet'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.285229.patch
Type: text/x-patch
Size: 11044 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200813/cea4f9ba/attachment-0001.bin>


More information about the libc-commits mailing list