Sign in
third-party-mirror
/
u-boot
/
refs/heads/astro
/
.
/
lib
/
fuchsia
/
arch
/
arm64
/
sysroot
/
lib
/
libdl.so
blob: f2072c36d7adaad7afb81b938bd28dfb964f9dc6 [
file
] [
log
] [
blame
] [
edit
]
/*
* The APIs traditionally found in -lm, -ldl, or -lpthread are all implemented
* in libc.so, so this file just redirects the linker to refer there instead.
*/
INPUT
(
AS_NEEDED
(
libc
.
so
))