]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
linux(4): Implement CLONE_CLEAR_SIGHAND option bit.
authorDmitry Chagin <dchagin@FreeBSD.org>
Thu, 12 Aug 2021 08:55:35 +0000 (11:55 +0300)
committerDmitry Chagin <dchagin@FreeBSD.org>
Thu, 12 Aug 2021 08:55:35 +0000 (11:55 +0300)
commitc5fc9fe7f36a742e567173b2e3d65252140013d1
tree8d693e5825df8ff1bf9f3c60431246f76306156b
parenta796845d6de083971eef2d2a33ccc74fcd609ec7
linux(4): Implement CLONE_CLEAR_SIGHAND option bit.

CLONE_CLEAR_SIGHAND is designed to reset all signal handlers of the child
not set to SIG_IGN to SIG_DFL.

Reviewed by: kib
Differential revision: https://reviews.freebsd.org/D31481
MFC after: 2 weeks
sys/compat/linux/linux_fork.c