Skip to content

Commit

Permalink
[libc][NFC] Add few more missing entrypoints to the entrypoint list.
Browse files Browse the repository at this point in the history
They were likely missed while rebasing.
  • Loading branch information
Siva Chandra Reddy committed Jun 9, 2020
1 parent 63bbddf commit 11eafdb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libc/config/linux/x86_64/entrypoints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ set(LIBC_ENTRYPOINTS
# string.h entrypoints
libc.src.string.bzero
libc.src.string.memcpy
libc.src.string.memset
libc.src.string.strcpy
libc.src.string.strcat
libc.src.string.strlen
Expand All @@ -31,6 +32,7 @@ set(LIBC_ENTRYPOINTS
libc.src.sys.mman.munmap

# threads.h entrypoints
libc.src.threads.call_once
libc.src.threads.mtx_init
libc.src.threads.mtx_lock
libc.src.threads.mtx_unlock
Expand All @@ -48,6 +50,8 @@ set(LIBM_ENTRYPOINTS
libc.src.math.cosf
libc.src.math.expf
libc.src.math.exp2f
libc.src.math.fabs
libc.src.math.fabsf
libc.src.math.floor
libc.src.math.floorf
libc.src.math.round
Expand Down

0 comments on commit 11eafdb

Please sign in to comment.