#include #include #include "thread_internal.h" #include int tcdrain(int fd) { __TEST_CANCEL(); return __libc_tcdrain(fd); }