summaryrefslogtreecommitdiff
path: root/compiler.h
Commit message (Expand)AuthorAgeFilesLines
* Add explanatory comment.Eric S. Raymond2015-03-061-1/+2
* Header inclusion had a typo.Eric S. Raymond2015-03-061-2/+2
* Fall back to a GNUism if C11 stdatomic.h is not available but GCC is.Eric S. Raymond2015-03-061-0/+2
* clang can declare unused for arguments, too.Eric S. Raymond2015-03-021-1/+1
* Repair inclusion of stdatomic.h.Eric S. Raymond2015-02-281-1/+5
* memory_barrier() now uses a standardized C11 lockless-concurrency primitive.Eric S. Raymond2015-02-261-5/+5
* Concurrency protection for ntpmon using memory barrier instructions.Eric S. Raymond2015-02-251-0/+18
* Add compiler.h with compiler specific macros.Zbigniew Chyla2015-01-211-0/+25