Alfred Agrell (@Alcaro) commented about dlls/ntdll/unix/sync.c:
return STATUS_SUCCESS;
}
+extern unsigned int check_signal_access( struct inproc_sync *sync ) +{
- switch (sync->type)
- {
- case INPROC_SYNC_INTERNAL:
return STATUS_OBJECT_TYPE_MISMATCH;
Shouldn't the return type be NTSTATUS?