public int tcflush(int fd, int b) {
   return m_Clib.tcflush(fd, b);
 }