On Apr 28, 2012 8:48 AM, <stef...@apache.org> wrote: > > Author: stefan2 > Date: Sat Apr 28 12:48:23 2012 > New Revision: 1331760 > > URL: http://svn.apache.org/viewvc?rev=1331760&view=rev > Log: > To the named atomics API, add a method that checks whether the full > API functionality will be available to the current process. > > * subversion/include/private/svn_named_atomic.h > (svn_named_atomic__is_supported): declare new API function > * subversion/libsvn_subr/named_atomic.c > (svn_named_atomic__is_supported): implement new API function > * subversion/tests/libsvn_subr/named_atomic-test.c > (has_sufficient_privileges): drop > (init_test_shm): use new API
Nice. Thanks!