diff options
Diffstat (limited to 'libatomic/exch_n.c')
-rw-r--r-- | libatomic/exch_n.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libatomic/exch_n.c b/libatomic/exch_n.c index e5ff807..184d3de 100644 --- a/libatomic/exch_n.c +++ b/libatomic/exch_n.c @@ -22,6 +22,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see <http://www.gnu.org/licenses/>. */ +#define LAT_EXCH_N #include "libatomic_i.h" @@ -126,3 +127,4 @@ SIZE(libat_exchange) (UTYPE *mptr, UTYPE newval, int smodel UNUSED) #endif EXPORT_ALIAS (SIZE(exchange)); +#undef LAT_EXCH_N |