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:   mrg
Date:           Mon Sep  7 00:52:19 UTC 2020

Modified Files:
        src/common/lib/libc/atomic: atomic_c11_compare_exchange_cas_16.c
            atomic_c11_compare_exchange_cas_32.c
            atomic_c11_compare_exchange_cas_8.c atomic_load.c atomic_store.c

Log Message:
make some prototypes match the builtin properly.  GCC 9 complains
with the old version, GCC 8 is happy with this version.

tested on sparc.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
    src/common/lib/libc/atomic/atomic_c11_compare_exchange_cas_16.c \
    src/common/lib/libc/atomic/atomic_c11_compare_exchange_cas_32.c \
    src/common/lib/libc/atomic/atomic_c11_compare_exchange_cas_8.c \
    src/common/lib/libc/atomic/atomic_load.c \
    src/common/lib/libc/atomic/atomic_store.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