Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/common/lib/libc/atomic



Module Name:    src
Committed By:   matt
Date:           Mon Jan 27 18:12:57 UTC 2014

Modified Files:
        src/common/lib/libc/atomic: atomic_and_32_cas.c atomic_and_64_cas.c
            atomic_or_32_cas.c atomic_or_64_cas.c

Log Message:
Add __sync_fetch_and_<OP>_<N> aliases


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/common/lib/libc/atomic/atomic_and_32_cas.c \
    src/common/lib/libc/atomic/atomic_or_32_cas.c
cvs rdiff -u -r1.5 -r1.6 src/common/lib/libc/atomic/atomic_and_64_cas.c \
    src/common/lib/libc/atomic/atomic_or_64_cas.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index