]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
linux(4): Copyout pselect timeout.
authorDmitry Chagin <dchagin@FreeBSD.org>
Tue, 26 Apr 2022 16:35:56 +0000 (19:35 +0300)
committerDmitry Chagin <dchagin@FreeBSD.org>
Tue, 26 Apr 2022 16:35:56 +0000 (19:35 +0300)
commit5171ed79f6d1fc3948a7ebfb32b02d698224c29b
treec73635773055737eb58a5539b3681a2b15fbb5f7
parentee55d560e89ac8de37def993a13d2582638273b7
linux(4): Copyout pselect timeout.

According to pselect6 manual, on error timeout becomes undefined, by fact
Linux modifies the timeout and ignore EFAULT error if so.

MFC after: 2 weeks
sys/compat/linux/linux_misc.c