Add an MLINK for fabsl().

Approved by:	das (mentor)
This commit is contained in:
Stefan Farfeleder 2004-05-07 17:55:07 +00:00
parent 80d4e2ed6d
commit 325152e8fb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129038

View File

@ -139,7 +139,7 @@ MLINKS+=exp.3 expm1.3 exp.3 log.3 exp.3 log10.3 exp.3 log1p.3 exp.3 pow.3 \
exp.3 expf.3 exp.3 exp10.3 exp.3 exp10f.3 \
exp.3 expm1f.3 exp.3 logf.3 exp.3 powf.3 \
exp.3 log10f.3 exp.3 log1pf.3
MLINKS+=fabs.3 fabsf.3
MLINKS+=fabs.3 fabsf.3 fabs.3 fabsl.3
MLINKS+=floor.3 floorf.3
MLINKS+=fmod.3 fmodf.3
MLINKS+=hypot.3 cabs.3 hypot.3 cabsf.3 hypot.3 hypotf.3