[libc] [Obvious] Fix typo.

Fixes typo for strstr in entrypoints.
str -> src.
This commit is contained in:
Chris Gyurgyik 2020-07-21 11:52:12 -04:00 committed by GitHub
parent 86ab98b001
commit a16129c138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ set(TARGET_LIBC_ENTRYPOINTS
libc.src.string.strlen
libc.src.string.memchr
libc.src.string.strchr
libc.str.string.strstr
libc.src.string.strstr
)
set(TARGET_LIBM_ENTRYPOINTS