]> granicus.if.org Git - sudo/commit
AIX 7.1 defines O_CLOEXEC but it can't be used outside the kernel.
authorTodd C. Miller <Todd.Miller@sudo.ws>
Mon, 18 Feb 2019 22:45:31 +0000 (15:45 -0700)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Mon, 18 Feb 2019 22:45:31 +0000 (15:45 -0700)
commitda98428e91ae95386a4a79da553675fb2b623615
treec3ece53963f860da0884b244b00dc99e90fc2a59
parent36d43734035915ab1e85406579ad7144b3e4bdfb
AIX 7.1 defines O_CLOEXEC but it can't be used outside the kernel.
Redefine O_CLOEXEC if it doesn't fit in an int and pipe2() is missing.
include/sudo_compat.h