summaryrefslogtreecommitdiffstats
path: root/lib/libcompiler_rt/__sync_fetch_and_sub_4.c
blob: a251adde54f0765652b23b5a8a5c89e017ae1b4b (plain)
1
2
3
4
5
6
/* $FreeBSD$ */
#define	NAME		__sync_fetch_and_sub_4
#define	TYPE		uint32_t
#define	FETCHADD(x, y)	atomic_fetchadd_32(x, -(y))

#include "__sync_fetch_and_op_n.h"
OpenPOWER on IntegriCloud