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