summaryrefslogtreecommitdiff
path: root/doc/posix-functions/cosf.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-10-08 23:07:36 +0200
committerBruno Haible <bruno@clisp.org>2011-10-08 23:07:36 +0200
commit70cefefe1d419bb936c69f3fae8b7458e6f57815 (patch)
tree356a8e27ed82dab99fdb07133bea7ea117c65929 /doc/posix-functions/cosf.texi
parent9bbfe325514a952429ebd7c9b6cd9979d6b37296 (diff)
downloadgnulib-70cefefe1d419bb936c69f3fae8b7458e6f57815.tar.gz
New module 'cosf'.
* lib/math.in.h (cosf): New declaration. * lib/cosf.c: New file. * m4/cosf.m4: New file. * m4/math_h.m4 (gl_MATH_H): Test whether cosf is declared. (gl_MATH_H_DEFAULTS): Initialize GNULIB_COSF, HAVE_COSF. * modules/math (Makefile.am): Substitute GNULIB_COSF, HAVE_COSF. * modules/cosf: New file. * tests/test-math-c++.cc: Check the declaration of cosf. * doc/posix-functions/cosf.texi: Mention the new module.
Diffstat (limited to 'doc/posix-functions/cosf.texi')
-rw-r--r--doc/posix-functions/cosf.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/posix-functions/cosf.texi b/doc/posix-functions/cosf.texi
index 0b70de042a..f814162c5d 100644
--- a/doc/posix-functions/cosf.texi
+++ b/doc/posix-functions/cosf.texi
@@ -4,14 +4,10 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cosf.html}
-Gnulib module: ---
+Gnulib module: cosf
Portability problems fixed by Gnulib:
@itemize
-@end itemize
-
-Portability problems not fixed by Gnulib:
-@itemize
@item
This function is missing on some platforms:
Minix 3.1.8, AIX 5.1, Solaris 9.
@@ -19,3 +15,7 @@ Minix 3.1.8, AIX 5.1, Solaris 9.
This function is only defined as a macro with arguments on some platforms:
MSVC 9.
@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@end itemize