#include #include #include "thread_internal.h" int close(int fd) { __TEST_CANCEL(); return __libc_close(fd); }