Paul Gofman (@gofman) commented about dlls/ntdll/unix/sync.c:
*/ NTSTATUS WINAPI NtDelayExecution( BOOLEAN alertable, const LARGE_INTEGER *timeout ) {
- NTSTATUS yield_result = STATUS_SUCCESS;
Now that it is not 'yield result' from server_wait() should probably be named just 'status', also 'unsigned int'.