git: kernel - Fix kqueue and SIGIO operation on pipes

看板DFBSD_commit作者時間16年前 (2009/09/22 14:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit d9dd0db189df92875f7bde80747910ad551eabdd Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Mon Sep 21 23:17:14 2009 -0700 kernel - Fix kqueue and SIGIO operation on pipes * pipe reads and writes were not notifying kqueue and SIGIO consumers due to an incorrect conditional which only tested for select/poll consumers. Summary of changes: sys/kern/sys_pipe.c | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d9dd0db189df92875f7bde80747910ad551eabdd -- DragonFly BSD source repository
文章代碼(AID): #1Ak6zeJf (DFBSD_commit)