about summary refs log tree commit diff
path: root/support/xunistd.h
Commit message (Collapse)AuthorAgeFilesLines
* resolv: Tests for various versions of res_initFlorian Weimer2017-06-021-1/+8
|
* Add internal facility for dynamic array handlingFlorian Weimer2017-06-021-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.
* support: Add error checking to close system calls [BZ #21244]Florian Weimer2017-03-151-0/+4
|
* nptl: Add tst-robust-forkFlorian Weimer2017-01-271-0/+5
|
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
|
* resolv: Add beginnings of a libresolv test suiteFlorian Weimer2016-12-311-0/+3
|
* support: Add support for delayed test failure reportingFlorian Weimer2016-12-281-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.