[libc-commits] [PATCH] D111584: [libc] add strdup implementation
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Oct 11 16:28:36 PDT 2021
michaelrj created this revision.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
michaelrj requested review of this revision.
Add an implementation for strdup.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D111584
Files:
libc/config/linux/x86_64/entrypoints.txt
libc/include/stdlib.h.def
libc/spec/stdc.td
libc/src/string/CMakeLists.txt
libc/src/string/strdup.cpp
libc/src/string/strdup.h
libc/test/src/string/CMakeLists.txt
libc/test/src/string/strdup_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111584.378823.patch
Type: text/x-patch
Size: 6188 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211011/0586f33d/attachment.bin>
More information about the libc-commits
mailing list