summaryrefslogtreecommitdiff
path: root/common/tests/test-message.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't use _GNU_SOURCE and fix strerror_r usageStef Walter2013-07-231-0/+65
glibc declares strerror_r completely different if in POSIX or GNU mode. Nastiness. Stop using _GNU_SOURCE all together.