diff options
Diffstat (limited to 'lib/libcompiler_rt/__sync_fetch_and_and_4.c')
-rw-r--r-- | lib/libcompiler_rt/__sync_fetch_and_and_4.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/libcompiler_rt/__sync_fetch_and_and_4.c b/lib/libcompiler_rt/__sync_fetch_and_and_4.c deleted file mode 100644 index 49fab80..0000000 --- a/lib/libcompiler_rt/__sync_fetch_and_and_4.c +++ /dev/null @@ -1,7 +0,0 @@ -/* $FreeBSD$ */ -#define NAME __sync_fetch_and_and_4 -#define TYPE int32_t -#define CMPSET atomic_cmpset_32 -#define EXPRESSION t & value - -#include "__sync_fetch_and_op_n.h" |