Jinoh Kang (@iamahuman) commented about dlls/ntdll/unix/socket.c:
wait_handle = wine_server_ptr_handle( reply->wait ); options = reply->options; nonblocking = reply->nonblocking;
fixup_type = reply->fixup_type;
} SERVER_END_REQ;
if (fixup_type == SOCK_PROT_FIXUP_ICMP_OVER_DGRAM && async->count
&& (!status || status == STATUS_ALERTED || status == STATUS_PENDING))
We can just write `!NT_ERROR(status)`.