summaryrefslogtreecommitdiff
path: root/doc/posix-functions/trunc.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-12-21 03:01:56 +0100
committerBruno Haible <bruno@clisp.org>2010-12-21 03:01:56 +0100
commitb124cb0259dc7583c600735a41202abbc6963d73 (patch)
tree7f7885da1687b0ebcf2e89d1e78a5ab8f79d0a53 /doc/posix-functions/trunc.texi
parentce083ca023ca1e479dc48ee9934878f42e81cb79 (diff)
downloadgnulib-b124cb0259dc7583c600735a41202abbc6963d73.tar.gz
round*, trunc*: Update documentation regarding glibc.
* doc/posix-functions/roundf.texi: Mention missing declaration problem. * doc/posix-functions/round.texi: Likewise. * doc/posix-functions/roundl.texi: Likewise. * doc/posix-functions/truncf.texi: Likewise. * doc/posix-functions/trunc.texi: Likewise. * doc/posix-functions/truncl.texi: Likewise.
Diffstat (limited to 'doc/posix-functions/trunc.texi')
-rw-r--r--doc/posix-functions/trunc.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/posix-functions/trunc.texi b/doc/posix-functions/trunc.texi
index 206f6024c9..10278e3208 100644
--- a/doc/posix-functions/trunc.texi
+++ b/doc/posix-functions/trunc.texi
@@ -11,6 +11,9 @@ Portability problems fixed by Gnulib:
@item
This function is missing on some platforms:
FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, Solaris 9, Interix 3.5.
+@item
+This function is not declared (without @code{-D_GNU_SOURCE}) on some platforms:
+glibc 2.8.
@end itemize
Portability problems not fixed by Gnulib: