Skip to content

Allow unknown fd device types for setNonBlockingMode.

Andreas Klebinger requested to merge wip/andreask/setNonBlockingMode into master
Allow unknown fd device types for setNonBlockingMode.

This allows fds with a unknown device type to have blocking mode
set. This happens for example for fds from the inotify subsystem.

Fixes #25199.

Merge request reports