]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/libcompiler_rt/__sync_fetch_and_or_8.c
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / lib / libcompiler_rt / __sync_fetch_and_or_8.c
1 /* $FreeBSD$ */
2 #define NAME            __sync_fetch_and_or_8
3 #define TYPE            uint64_t
4 #define CMPSET          atomic_cmpset_64
5 #define EXPRESSION      t | value
6
7 #include "__sync_fetch_and_op_n.h"