You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by yl...@apache.org on 2017/11/04 00:16:40 UTC

svn propchange: r1814240 - svn:log

Author: ylavic
Revision: 1814240
Modified property: svn:log

Modified: svn:log at Sat Nov  4 00:16:40 2017
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sat Nov  4 00:16:40 2017
@@ -1,7 +1,7 @@
 rand: add support for getrandom() on Linux as an entropy source.
 
 Use it for apr_generate_random_bytes() when available, reading from the
-urandom source, and non-blocking such that the call fails with EINVAL if
+urandom source, and non-blocking such that the call fails with EAGAIN if
 there is not enough entropy on the system (which shouldn't be the case
 in userspace).