summaryrefslogtreecommitdiff
path: root/tests/dup2.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/dup2.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/+28