summaryrefslogtreecommitdiff
path: root/tests/linkat.c
Commit message (Expand)AuthorAgeFilesLines
* tests: fix "constant is too large" compilation warningsEugene Syromyatnikov2016-11-131-2/+2
* 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/linkat.c: print syscall() result using %ld formatDmitry V. Levin2016-04-211-5/+5
* tests: use errno2name()Dmitry V. Levin2016-04-211-2/+2
* tests/linkat.c: check AT_* decodingDmitry V. Levin2016-04-071-0/+7
* tests: add linkat.testFei Jie2016-04-061-0/+31