#include int posix_close(int fd, int flags) { return close(fd); }