1 /* $FreeBSD: stable/9/lib/libcompiler_rt/__sync_fetch_and_add_4.c 236016 2012-05-25 17:50:50Z marius $ */
2 #define	NAME		__sync_fetch_and_add_4
3 #define	TYPE		uint32_t
4 #define	FETCHADD(x, y)	atomic_fetchadd_32(x, y)
5 
6 #include "__sync_fetch_and_op_n.h"
7