From 3ef4cfecda8155c7c262ddbc3262504420742727 Mon Sep 17 00:00:00 2001 From: das Date: Sun, 7 Jan 2007 07:54:21 +0000 Subject: Implement modfl(). --- lib/msun/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/msun/Makefile') diff --git a/lib/msun/Makefile b/lib/msun/Makefile index de8a54e..41fbfe0 100644 --- a/lib/msun/Makefile +++ b/lib/msun/Makefile @@ -69,7 +69,7 @@ SYMBOL_MAPS= ${SYM_MAPS} .endif # C99 long double functions -COMMON_SRCS+= s_copysignl.c s_fabsl.c +COMMON_SRCS+= s_copysignl.c s_fabsl.c s_modfl.c .if ${LDBL_PREC} != 53 # If long double != double use these; otherwise, we alias the double versions. COMMON_SRCS+= s_fmal.c s_frexpl.c s_nextafterl.c s_nexttoward.c s_scalbnl.c -- cgit v1.1