about summary refs log tree commit diff
path: root/io/tst-open-tmpfile.c
Commit message (Collapse)AuthorAgeFilesLines
* tst-open-tmpfile: Add checks for open64, openat64, linkatFlorian Weimer2016-09-231-0/+103
| | | | | The /proc/self/fd approach is expected to work for all users (with and without CAP_DAC_READ_SEARCH).
* Add test case for O_TMPFILE handling in open, openatFlorian Weimer2016-09-211-0/+216
Also put xasprintf into test-skeleton.c (written in such a way that including <stdarg.h> is not needed).