X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fsqrtl.texi;h=28f4dd063d1605b500233bb4084fbada8e38c6e2;hb=a2c6cf038c0758e8825f2b020fbbcce9a0d4983f;hp=8657f5222bda746378c83f2330f438fe1a4c7a39;hpb=09ef7461110822a3970aa8eebcfaa740996a82f2;p=gnulib.git diff --git a/doc/posix-functions/sqrtl.texi b/doc/posix-functions/sqrtl.texi index 8657f5222..28f4dd063 100644 --- a/doc/posix-functions/sqrtl.texi +++ b/doc/posix-functions/sqrtl.texi @@ -2,17 +2,23 @@ @section @code{sqrtl} @findex sqrtl -POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sqrtl.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sqrtl.html} -Gnulib module: --- +Gnulib module: sqrtl Portability problems fixed by Gnulib: @itemize +@item +This function is missing on some platforms: +FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5, BeOS. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. +@item +This function is not declared on some platforms: +MacOS X 10.3. @end itemize Portability problems not fixed by Gnulib: @itemize -@item -This function is missing on some platforms: -FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5, BeOS. @end itemize