summaryrefslogtreecommitdiff
path: root/tests/faccessat.c
Commit message (Expand)AuthorAgeFilesLines
* tests: fix "constant is too large" compilation warningsEugene Syromyatnikov2016-11-131-1/+1
* Use <asm/unistd.h> instead of <sys/syscall.h>Dmitry V. Levin2016-08-091-1/+1
* tests: do not include <errno.h> unnecessarilyDmitry V. Levin2016-04-211-1/+0
* tests/faccessat.c: print syscall() result using %ld formatDmitry V. Levin2016-04-211-4/+3
* tests: use errno2name()Dmitry V. Levin2016-04-211-1/+1
* faccessat.test: robustify against libcs invoking faccessat syscall on their ownDmitry V. Levin2016-03-281-4/+4
* tests: add faccessat.testFei Jie2016-03-251-0/+29