/* Public domain. */ #include #include "coe.h" int coe(int fd) { return fcntl(fd,F_SETFD,FD_CLOEXEC); }