summaryrefslogtreecommitdiffstats
path: root/test/src/mq.c
Commit message (Collapse)AuthorAgeFilesLines
* Update brace style.Jason Evans2017-01-211-2/+1
| | | | | | | Add braces around single-line blocks, and remove line breaks before function-opening braces. This resolves #537.
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-1/+0
| | | | This resolves #535.
* Fix a compilation error.Jason Evans2015-07-221-8/+10
| | | | | This regression was introduced by 1b0e4abbfdbcc1c1a71d1f617adb19951109bfce (Port mq_get() to MinGW.).
* Port mq_get() to MinGW.Jason Evans2015-07-211-0/+27