summaryrefslogtreecommitdiff
path: root/tests/truncate.c
Commit message (Expand)AuthorAgeFilesLines
* Consistently define __NR_* constantsDmitry V. Levin2019-07-161-1/+1
* Update copyright headersDmitry V. Levin2018-12-241-1/+1
* tests: change the license to GPL-2.0-or-laterDmitry V. Levin2018-12-101-21/+1
* Include "kernel_types.h" in defs.h and tests/tests.hDmitry V. Levin2016-12-161-1/+0
* Use <asm/unistd.h> instead of <sys/syscall.h>Dmitry V. Levin2016-08-091-1/+1
* tests: do not include <assert.h> unnecessarilyDmitry V. Levin2016-04-211-1/+0
* tests: do not include <errno.h> unnecessarilyDmitry V. Levin2016-04-211-1/+0
* tests/truncate.c: cleanupDmitry V. Levin2016-04-211-7/+5
* tests/truncate.c: use libtestsDmitry V. Levin2016-01-061-17/+12
* tests: include tests.h instead of config.hDmitry V. Levin2016-01-051-4/+1
* Replace %Ld/%Lu printf format specifiers with %lld/%lluDmitry V. Levin2015-12-161-1/+1
* tests: add ftruncate.test and truncate.testDmitry V. Levin2015-12-011-0/+73