1 if (check_errno && is_negated_errno(hppa_r28)) { 2 tcp->u_rval = -1; 3 tcp->u_error = -hppa_r28; 4 } else { 5 tcp->u_rval = hppa_r28; 6 } 7