Sign in
third-party-mirror
/
fuchsia-benchmarks
/
4d8f191f6f9b09beca24415d898f0c31e2b8db44
/
.
/
third_party
/
fuchsia-sdk
/
arch
/
arm64
/
sysroot
/
lib
/
librt.so
blob: f2072c36d7adaad7afb81b938bd28dfb964f9dc6 [
file
] [
log
] [
blame
]
/*
* 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
))