aboutsummaryrefslogtreecommitdiffstats
path: root/libc/include/stdatomic.h
Commit message (Expand)AuthorAgeFilesLines
* Allow stdatomic.h to be included from mingw prebuilt.Hans Boehm2014-11-121-0/+6
* Only use <atomic> for C++11 and newer.Dan Albert2014-10-161-1/+1
* Make memory_order_acquire visible in global namespaceHans Boehm2014-09-301-0/+1
* Make stdatomic.h work with gcc4.6 host compilerHans Boehm2014-08-291-11/+58
* Use __GNUC_PREREQ rather than __GNUC_PREREQ__ to match glibc.Elliott Hughes2014-08-291-1/+1
* Undefine _Atomic before redefiningHans Boehm2014-08-261-0/+7
* Fix, generalize stdatomic.h; improve test.Hans Boehm2014-08-221-4/+10
* Have stdatomic.h punt to C++ atomic when possibleHans Boehm2014-08-151-0/+93
* Define atomic_charN_t only if charN_t is supported.Hans Boehm2014-07-161-2/+4
* Add C11 <stdatomic.h>.Elliott Hughes2014-05-231-0/+420