diff m4/log.m4 @ 39913:73d60b1f9c96

doc: Update for Solaris 11.4. * doc/**/*.texi: For bugs that exist in both Solaris 11.3 and 11.4, mention Solaris 11.4. * m4/printf.m4: Update comments about Solaris. * m4/log.m4: Likewise. * m4/log10.m4: Likewise. * m4/logb.m4: Likewise. * m4/logbf.m4: Likewise. * m4/logbl.m4: Likewise. * m4/rename.m4: Likewise. * m4/wcrtomb.m4: Likewise. * m4/hostent.m4: Likewise. * m4/servent.m4: Likewise.
author Bruno Haible <bruno@clisp.org>
date Sun, 14 Oct 2018 09:33:46 +0200
parents 10eb9086bea0
children b06060465f09
line wrap: on
line diff
--- a/m4/log.m4	Sun Oct 14 09:27:21 2018 +0200
+++ b/m4/log.m4	Sun Oct 14 09:33:46 2018 +0200
@@ -1,4 +1,4 @@
-# log.m4 serial 7
+# log.m4 serial 8
 dnl Copyright (C) 2011-2018 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -48,7 +48,7 @@
 {
   double (*my_log) (double) = argc ? log : dummy;
   /* Test log(negative).
-     This test fails on NetBSD 5.1, Solaris 11.0.  */
+     This test fails on NetBSD 5.1, Solaris 11.4.  */
   double y = my_log (-1.0);
   if (numeric_equal (y, y))
     return 1;