summaryrefslogtreecommitdiffstats
path: root/lib/libcompiler_rt/__sync_fetch_and_sub_8.c
blob: 5a93f977ec89d18a0573901276ac15c4df1e0fa6 (plain)
1
2
3
4
5
6
/* $FreeBSD$ */
#define	NAME		__sync_fetch_and_sub_8
#define	TYPE		uint64_t
#define	FETCHADD(x, y)	atomic_fetchadd_64(x, -(y))

#include "__sync_fetch_and_op_n.h"
OpenPOWER on IntegriCloud