blob: f4ceefd265abd8d04509d60c1372d6739d42fe80 [file] [log] [blame]
#include <unistd.h>
int posix_close(int fd, int flags) { return close(fd); }