summaryrefslogtreecommitdiff
path: root/compiler.h
Commit message (Expand)AuthorAgeFilesLines
* 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