random, random_r: Mention different prototypes on Haiku.
authorBruno Haible <bruno@clisp.org>
Sun, 29 Oct 2017 07:38:54 +0000 (08:38 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 29 Oct 2017 07:38:54 +0000 (08:38 +0100)
* doc/posix-functions/random.texi: Mention different prototype on Haiku.
* doc/glibc-functions/random_r.texi: Likewise.
* doc/glibc-functions/initstate_r.texi: Likewise.
* doc/glibc-functions/setstate_r.texi: Likewise.

ChangeLog
doc/glibc-functions/initstate_r.texi
doc/glibc-functions/random_r.texi
doc/glibc-functions/setstate_r.texi
doc/posix-functions/random.texi

index 7d014c5373a34242bfca124ecf4f5f5cb2ed5659..9d88925f09ec4e89872d71de4b9cd1680b20d5ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2017-10-29  Bruno Haible  <bruno@clisp.org>
+
+       random, random_r: Mention different prototypes on Haiku.
+       * doc/posix-functions/random.texi: Mention different prototype on Haiku.
+       * doc/glibc-functions/random_r.texi: Likewise.
+       * doc/glibc-functions/initstate_r.texi: Likewise.
+       * doc/glibc-functions/setstate_r.texi: Likewise.
+
 2017-10-28  Bruno Haible  <bruno@clisp.org>
 
        posix_spawn: Avoid spurious message in configure output.
index 868e1ef1feab933ac935b30f2ac1a8b7b9eff8c2..c82f2cbfc1ca532e82705f7d2fc485325ef992d3 100644 (file)
@@ -16,4 +16,8 @@ AIX 7.1, OSF/1 5.1.
 
 Portability problems not fixed by Gnulib:
 @itemize
+@item
+This function has a slightly different (but compatible) declaration on some
+platforms:
+Haiku 2017.
 @end itemize
index 67c80330a50270f1b8a57624d3856141446a62e7..b0d1ec46b2d08f40295706dd67d6a2d565ba7cfa 100644 (file)
@@ -16,4 +16,8 @@ AIX 7.1, OSF/1 5.1.
 
 Portability problems not fixed by Gnulib:
 @itemize
+@item
+This function has a slightly different (but compatible) declaration on some
+platforms:
+Haiku 2017.
 @end itemize
index 7da17eb0813740d72a68278f9674d25aa50e801e..27ada102e9345f8a9f55384fc54cd1f1e095c73b 100644 (file)
@@ -16,4 +16,8 @@ AIX 7.1, OSF/1 5.1.
 
 Portability problems not fixed by Gnulib:
 @itemize
+@item
+This function has a slightly different (but compatible) declaration on some
+platforms:
+Haiku 2017.
 @end itemize
index 88d36f92b6acb2c1e2d2a9e8a63bed34e73a7617..29aa2f2243f82ad1172dcd06d773a1126e40d93e 100644 (file)
@@ -18,5 +18,5 @@ Portability problems not fixed by Gnulib:
 @item
 This function has a slightly incompatible declaration (the return type being
 @samp{int} instead of @samp{long}) on some platforms:
-Cygwin 1.5.25.
+Cygwin 1.5.25, Haiku.
 @end itemize