Sign in
fuchsia
/
fuchsia
/
refs/heads/main
/
.
/
zircon
/
third_party
/
ulib
/
musl
/
lib.ld
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
))