diff options
| author | Steve Kargl <kargl@FreeBSD.org> | 2026-06-04 16:31:26 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-06-04 16:31:26 +0000 |
| commit | fa3f69fa4cabf50d667631b4b8083673bccc874f (patch) | |
| tree | c0912540b43019e4646889b2d943ad885592c306 | |
| parent | c7ff706b31c22f10c2403869c46b443448da3e08 (diff) | |
libmsun: Fix incorrect MLINK for sincosl(3)
PR: 295704
MFC after: 1 week
| -rw-r--r-- | lib/msun/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/Makefile b/lib/msun/Makefile index 5e9adb533760..865aee6df5c1 100644 --- a/lib/msun/Makefile +++ b/lib/msun/Makefile @@ -285,7 +285,7 @@ MLINKS+=round.3 roundf.3 round.3 roundl.3 MLINKS+=scalbn.3 scalbln.3 scalbn.3 scalblnf.3 scalbn.3 scalblnl.3 MLINKS+=scalbn.3 scalbnf.3 scalbn.3 scalbnl.3 MLINKS+=sin.3 sinf.3 sin.3 sinl.3 -MLINKS+=sincos.3 sincosf.3 sin.3 sincosl.3 +MLINKS+=sincos.3 sincosf.3 sincos.3 sincosl.3 MLINKS+=sinh.3 sinhf.3 sinh.3 sinhl.3 MLINKS+=sinpi.3 sinpif.3 sinpi.3 sinpil.3 MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 cbrtl.3 sqrt.3 sqrtf.3 \ |
