Skip to content

rts: Ignore EINTR while polling in timerfd itimer implementation

Ben Gamari requested to merge wip/T24610 into master

While the RTS does attempt to mask signals, it may be that a foreign library unmasks them. This previously caused benign warnings which we now ignore.

See #24610.

Merge request reports