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 2023/02/09 13:39:11 UTC

svn propchange: r1907541 - svn:log

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

Modified: svn:log at Thu Feb  9 13:39:11 2023
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Thu Feb  9 13:39:11 2023
@@ -3,7 +3,7 @@ apr_atomic: Generic apr_atomic_read64()
 A 64bit load on a 32 bit CPU/system uses two instructions (tearing), so ensure
 atomicity with regard to other atomic functions by using the (same) lock.
 
-test_atomics_threaded_setread64() fails because of this on 32bit systems. PR 66457.
+test_atomics_threaded64() fails because of this on 32bit systems. PR 66457.
 
 * atomic/unix/mutex64.c(apr_atomic_read64):
   Use locking when APR_SIZEOF_VOIDP < 8