]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Mention an srandom limitation on OpenBSD.
authorBruno Haible <bruno@clisp.org>
Fri, 10 Nov 2023 15:51:02 +0000 (16:51 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 10 Nov 2023 15:51:28 +0000 (16:51 +0100)
* doc/posix-functions/srandom.texi: Mention the OpenBSD limitation.

ChangeLog
doc/posix-functions/srandom.texi

index 6be74ca3c1c0fddc22deb28d3160d079101771cd..27c67912387f61ed5067c30780489d13f98c5032 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-11-10  Bruno Haible  <bruno@clisp.org>
+
+       doc: Mention an srandom limitation on OpenBSD.
+       * doc/posix-functions/srandom.texi: Mention the OpenBSD limitation.
+
 2023-11-10  Bruno Haible  <bruno@clisp.org>
 
        random tests: Add multithread-safety test.
index 12df9161ae590c87d8a8da2eb30e8584679d48c4..395ce927a80e58fbc13ee4c5cb52e180189e180f 100644 (file)
@@ -26,4 +26,8 @@ Cygwin 1.5.25.
 The parameter is @code{unsigned long} instead of @code{unsigned int} on some
 platforms:
 MidnightBSD 2.0.
+@item
+This function has no effect on some platforms:
+OpenBSD 7.4.
+This platform has, instead, a function @code{srandom_deterministic}.
 @end itemize