summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/Makefile.inc
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2008-03-29 16:19:35 +0000
committerdas <das@FreeBSD.org>2008-03-29 16:19:35 +0000
commitede66e5dafa42c4ec185d0ba4211d2cb809710c0 (patch)
tree86ac3f7598e4cc611d34d3e81b417709e9dbc0ba /lib/libc/gen/Makefile.inc
parent0ffc2929eeece8d598a50872502f467f4eec2ac4 (diff)
downloadFreeBSD-src-ede66e5dafa42c4ec185d0ba4211d2cb809710c0.zip
FreeBSD-src-ede66e5dafa42c4ec185d0ba4211d2cb809710c0.tar.gz
Document modff() and modfl(). Technically, modff() and modfl()
live in libm, while modf() lives in libc due to historical mistakes. I'm claiming in the manpage that they all live in libm, since programmers should not rely on the mistake.
Diffstat (limited to 'lib/libc/gen/Makefile.inc')
-rw-r--r--lib/libc/gen/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc
index 968b318..5695d7a 100644
--- a/lib/libc/gen/Makefile.inc
+++ b/lib/libc/gen/Makefile.inc
@@ -120,6 +120,7 @@ MLINKS+=isgreater.3 isgreaterequal.3 isgreater.3 isless.3 \
isgreater.3 isunordered.3
MLINKS+=ldexp.3 ldexpf.3 ldexp.3 ldexpl.3
MLINKS+=makecontext.3 swapcontext.3
+MLINKS+=modf.3 modff.3 modf.3 modfl.3
MLINKS+=popen.3 pclose.3
MLINKS+=psignal.3 strsignal.3 psignal.3 sys_siglist.3 psignal.3 sys_signame.3
MLINKS+=pwcache.3 group_from_gid.3 pwcache.3 user_from_uid.3
OpenPOWER on IntegriCloud