aboutsummaryrefslogtreecommitdiff
path: root/support/xunistd.h
AgeCommit message (Collapse)AuthorFilesLines
2017-06-21__inet_pton_length: Implement new internal helper functionFlorian Weimer1-1/+1
2017-06-02resolv: Tests for various versions of res_initFlorian Weimer1-1/+8
2017-06-02Add internal facility for dynamic array handlingFlorian Weimer1-0/+2
This is intended as a type-safe alternative to obstacks and hand-written realloc constructs. The implementation avoids writing function pointers to the heap.
2017-03-15support: Add error checking to close system calls [BZ #21244]Florian Weimer1-0/+4
2017-01-27nptl: Add tst-robust-forkFlorian Weimer1-0/+5
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-31resolv: Add beginnings of a libresolv test suiteFlorian Weimer1-0/+3
2016-12-28support: Add support for delayed test failure reportingFlorian Weimer1-0/+35
The new functions support_record_failure records a test failure, but does not terminate the process. The macros TEST_VERIFY and TEST_VERIFY_EXIT check that a condition is true.