summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2007-12-17 18:21:23 +0000
committerbde <bde@FreeBSD.org>2007-12-17 18:21:23 +0000
commitd71c22b712bc22387905f0305efeb981f7dd9618 (patch)
tree1edddaa47853158fea31dda5df472b75e7824008 /lib
parent23b7db74d0f97b1a520f45566188dfe6eb402a43 (diff)
downloadFreeBSD-src-d71c22b712bc22387905f0305efeb981f7dd9618.zip
FreeBSD-src-d71c22b712bc22387905f0305efeb981f7dd9618.tar.gz
Oops, the previous commit was not needed -- the file was committed but
not checked out due to my checkout error.
Diffstat (limited to 'lib')
-rw-r--r--lib/msun/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/Makefile b/lib/msun/Makefile
index d751ee7..34d23b2 100644
--- a/lib/msun/Makefile
+++ b/lib/msun/Makefile
@@ -78,7 +78,7 @@ SYMBOL_MAPS= ${SYM_MAPS}
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_logbl.c \
+COMMON_SRCS+= s_fmal.c s_frexpl.c s_logbl.c s_nanl.c \
s_nextafterl.c s_nexttoward.c s_scalbnl.c
.endif
OpenPOWER on IntegriCloud