]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
linux(4): wait4() returns ESRCH if pid is INT_MIN.
authorDmitry Chagin <dchagin@FreeBSD.org>
Thu, 31 Mar 2022 17:49:39 +0000 (20:49 +0300)
committerDmitry Chagin <dchagin@FreeBSD.org>
Thu, 31 Mar 2022 17:49:39 +0000 (20:49 +0300)
commit9103c5582a2d271fa8f4df136ae511da572c660f
treea5a744c6a6e5ae5b258976aaf329e475d3b3feaf
parent5bcf0f7cd7441a1f88383545fec6c370b934f1a1
linux(4): wait4() returns ESRCH if pid is INT_MIN.

Weird and undocumented patch was added to the Linux kernel in 2017,
fixes wait403 LTP test.

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