summaryrefslogtreecommitdiff
path: root/tests/unlinkat.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersDmitry V. Levin2021-07-171-1/+1
* tests: assume __NR_unlinkat is definedDmitry V. Levin2021-06-021-10/+4
* Consistently define __NR_* constantsDmitry V. Levin2019-07-161-1/+1
* Update copyright headersDmitry V. Levin2019-07-111-1/+1
* xlat: update AT_* constantsDmitry V. Levin2019-06-291-1/+1
* Add copyright headers to some files that lack themDmitry V. Levin2018-12-241-0/+7
* 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/unlinkat.c: print syscall() result using %ld formatDmitry V. Levin2016-04-211-5/+4
* tests: use errno2name()Dmitry V. Levin2016-04-211-2/+2
* tests/unlinkat.c: check AT_* decodingDmitry V. Levin2016-04-071-0/+7
* tests: add unlinkat.testFei Jie2016-04-061-0/+29