From db7354df527e0ec80ec3a8c3fbcea235c0fe5778 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sun, 17 Apr 2005 19:57:52 +0000 Subject: [PATCH] Fix truncl.3 MLINKS --- lib/msun/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/msun/Makefile b/lib/msun/Makefile index 14e3d062728e..44c99477a891 100644 --- a/lib/msun/Makefile +++ b/lib/msun/Makefile @@ -153,6 +153,6 @@ MLINKS+=sinh.3 sinhf.3 MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 sqrtf.3 MLINKS+=tan.3 tanf.3 MLINKS+=tanh.3 tanhf.3 -MLINKS+=trunc.3 truncf.3 truncl.3 +MLINKS+=trunc.3 truncf.3 trunc.3 truncl.3 .include