summaryrefslogtreecommitdiff
path: root/tests/dup3.c
Commit message (Expand)AuthorAgeFilesLines
* tests: assume __NR_dup3 is definedDmitry V. Levin2021-06-021-37/+29
* Update copyright headersDmitry V. Levin2021-02-161-1/+1
* Switch to use bundled <asm-generic/fcntl.h> and <asm/fcntl.h>Dmitry V. Levin2021-02-161-18/+2
* tests: check decoding of dup3 syscall in -y, -yy, and -P modesDmitry V. Levin2020-04-241-9/+121
* Update copyright headersDmitry V. Levin2019-09-251-1/+1
* Consistently define __NR_* constantsDmitry V. Levin2019-07-161-1/+1
* Add copyright headers to some files that lack themDmitry V. Levin2018-12-241-0/+7
* tests: fix typoJingPiao Chen2017-06-121-1/+1
* 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/dup3.c: print syscall() result using %ld formatDmitry V. Levin2016-04-211-4/+4
* tests: use errno2name()Dmitry V. Levin2016-04-211-1/+1
* tests: add dup.test, dup2.test, and dup3.testFei Jie2016-03-101-0/+29