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

Chris Gyurgyik via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Aug 11 14:02:25 PDT 2020


cgyurgyik created this revision.
cgyurgyik added a reviewer: sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
cgyurgyik requested review of this revision.

Repository:
  rG LLVM Github Monorepo

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/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.284886.patch
Type: text/x-patch
Size: 8677 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200811/700f5475/attachment.bin>


More information about the libc-commits mailing list