summaryrefslogtreecommitdiff
path: root/tests/epoll_create1.c
Commit message (Expand)AuthorAgeFilesLines
* tests: assume __NR_epoll_create1 is definedDmitry V. Levin2021-06-021-11/+5
* 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-3/+3
* Change my email addressDmitry V. Levin2020-12-311-1/+1
* Update copyright headersDmitry V. Levin2019-09-251-0/+1
* 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
* tests: use sprintrc in epoll_create1.testDmitry V. Levin2016-09-051-8/+3
* 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/epoll_create1.c: cleanupDmitry V. Levin2016-04-211-8/+7
* tests/epoll_create1.c: extend for the case of ENOSYSDmitry V. Levin2016-04-101-9/+15
* tests: convert epoll_create1.test from match_grep to match_diffDmitry V. Levin2016-01-061-0/+7
* tests/epoll_create1.c: use libtestsDmitry V. Levin2016-01-051-6/+12
* tests: include tests.h instead of config.hDmitry V. Levin2016-01-051-4/+1
* Add copyright headers to some files which lack themDmitry V. Levin2015-12-171-0/+27
* tests: fix build on systems that lack O_CLOEXEC definitionDmitry V. Levin2015-08-261-1/+1
* epoll_create1: fix flags decodingDmitry V. Levin2015-08-021-0/+20