private void CallIsatty() { int current_status = LibC.isatty((char)fd.Value); status.Value = (uint)current_status; if (current_status == 0) { SetErrorNumber(); } call = Call.Done; }