Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/revert-155826-fix-signed-overflow-dense-map
/
.
/
libc
/
config
/
linux
/
i386
/
entrypoints.txt
blob: 6548c9b816c93f37bd495ec9fb99cadf013ba07d [
file
] [
log
] [
blame
] [
edit
]
set(TARGET_LIBC_ENTRYPOINTS
# errno.h entrypoints
libc.src.errno.errno
)
set(TARGET_LIBM_ENTRYPOINTS "")
set(TARGET_LLVMLIBC_ENTRYPOINTS
${TARGET_LIBC_ENTRYPOINTS}
${TARGET_LIBM_ENTRYPOINTS}
)