aboutsummaryrefslogtreecommitdiff
path: root/atomic.h
diff options
context:
space:
mode:
authorDavid Chisnall <theraven@FreeBSD.org>2013-07-10 10:48:22 +0000
committerDavid Chisnall <theraven@FreeBSD.org>2013-07-10 10:48:22 +0000
commitc7b3fb9657cbe3a2b40054e260891cf69adc6ac1 (patch)
treea8e592b91fa2acd8d065da027129fd4b86742219 /atomic.h
parentaf04c9e2c0dfdb2172241883c7b9130e63fec0be (diff)
downloadsrc-c7b3fb9657cbe3a2b40054e260891cf69adc6ac1.tar.gz
src-c7b3fb9657cbe3a2b40054e260891cf69adc6ac1.zip
Notes
Notes: svn path=/vendor/libcxxrt/dist/; revision=253145 svn path=/vendor/libcxxrt/2013-07-08-c61efa043b14378efbd69c9a2686d44ed46ae179/; revision=253148; tag=vendor/libcxxrt/2013-07-08-c61efa043b14378efbd69c9a2686d44ed46ae179
Diffstat (limited to 'atomic.h')
-rw-r--r--atomic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/atomic.h b/atomic.h
index f68faf325826..cfaff3f7d6c1 100644
--- a/atomic.h
+++ b/atomic.h
@@ -27,3 +27,4 @@
#define ATOMIC_LOAD(addr)\
(__sync_synchronize(), *addr)
#endif
+