public int tcdrain(int fd) {
   return m_Clib.tcdrain(fd);
 }