Skip to content

Commit

Permalink
[libc] Add strlen to library entrypoints.
Browse files Browse the repository at this point in the history
Reviewers: sivachandra, abrachet

Reviewed By: abrachet

Subscribers: mgorny, tschuett, libc-commits

Tags: #libc-project

Differential Revision: https://reviews.llvm.org/D79016
  • Loading branch information
PaulkaToast committed Apr 28, 2020
1 parent 4e769e9 commit 6b01964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libc/lib/CMakeLists.txt
Expand Up @@ -26,6 +26,7 @@ add_entrypoint_library(
libc.src.string.memcpy
libc.src.string.strcpy
libc.src.string.strcat
libc.src.string.strlen

# sys/mman.h entrypoints
libc.src.sys.mman.mmap
Expand Down

0 comments on commit 6b01964

Please sign in to comment.