You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@gmail.com> on 2012/04/28 16:20:29 UTC

Re: svn commit: r1331760 - in /subversion/trunk/subversion: include/private/svn_named_atomic.h libsvn_subr/named_atomic.c tests/libsvn_subr/named_atomic-test.c

On Apr 28, 2012 8:48 AM, <st...@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!