OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4926-g74f837f

Gerrit Code Review gerrit@openafs.org
Sun, 27 Nov 2016 02:48:22 -0500


The following commit has been merged in the master branch:
commit 74f837fd943ddfa20d349a83d6286a0183cb4663
Author: Dave Botsch <botsch@cnf.cornell.edu>
Date:   Thu Nov 3 12:22:21 2016 -0400

    Define OSATOMIC_USE_INLINED to get usable atomics on DARWIN
    
    In Mac OS 10.12, legacy interfaces for atomic operations have been
    deprecated. Defining OSATOMIC_USE_INLINED gets us inline implementations
    of the OSAtomic interfaces in terms of the <stdatomic.h> primitives.
    This is a transition convenience.
    
    Also indent preprocessor directives within the main DARWIN block to
    improve readability.
    
    Change-Id: Id10ae007d5427486f1b0a307a04a90f263201150
    Reviewed-on: https://gerrit.openafs.org/12433
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 src/rx/rx_atomic.h |   23 +++++++++++++++--------
 1 files changed, 15 insertions(+), 8 deletions(-)

-- 
OpenAFS Master Repository