]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r306098 (br): Use kqueue(2) instead of select(2).
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 4 Jul 2018 18:03:19 +0000 (18:03 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 4 Jul 2018 18:03:19 +0000 (18:03 +0000)
commit6a7e3e5f92baae060dd577cafa3e3b35ae638d64
treed7041cdc8c18ae27f94839ebbaf6a0949ec816d4
parenta4efd6824a92258f46903c886e89e1b342169570
MFC r306098 (br): Use kqueue(2) instead of select(2).

This helps to ensure we will not lose SIGINT sent by parent to child.

PR: 212562, 228492

git-svn-id: svn://svn.freebsd.org/base/stable/10@335965 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libutil/tests/pidfile_test.c