ed cb0679d00b Extend <stdatomic.h> to support GCC 4.7's __atomic.
The development version of GCC also supports an atomics interface
similar to Clang's. Change the header file to work as follows:

- __CLANG_ATOMICS: Use Clang's new atomics interface,
- __GNUC_ATOMICS: Use GCC's new atomics interface,
- else: fall back to GCC's __sync interface.
2011-12-30 01:37:25 +00:00
..
2011-12-29 14:41:17 +00:00
2011-12-20 22:56:13 +00:00
2011-12-25 20:51:40 +00:00
2011-12-25 20:15:41 +00:00
2011-12-28 05:35:33 +00:00
2011-12-26 18:55:37 +00:00