]> granicus.if.org Git - strace/commit
tests: fix build on systems that lack O_CLOEXEC definition
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 26 Aug 2015 21:02:04 +0000 (21:02 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 26 Aug 2015 21:05:17 +0000 (21:05 +0000)
commit857adac3a5384fff0426f7b2572eeca16e8c5803
tree8bda225330f012855a096a45867b4c73d5e5b656
parentff6b6f3f72810cd205ffb2d638d13a7afc207d15
tests: fix build on systems that lack O_CLOEXEC definition

* tests/epoll_create1.c (main): Check that O_CLOEXEC is defined.
* tests/eventfd.c (main): Likewise.
* tests/signalfd.c (main): Likewise.
tests/epoll_create1.c
tests/eventfd.c
tests/signalfd.c