git: kqueue.2: Improve explanation of EV_EOF for fifos.

Imre Vadasz ivadasz at crater.dragonflybsd.org
Sat Aug 19 15:57:05 PDT 2017


commit acb71b22f1443bd8a34f6e457cf57c4527d7ab52
Author: Imre Vadász <imre at vdsz.com>
Date:   Sun Aug 20 00:52:59 2017 +0200

    kqueue.2: Improve explanation of EV_EOF for fifos.
    
    * The EV_EOF flag can't be cleared with EV_CLEAR. For Fifos it will be
      cleared when a new reader (for EVFILT_WRITE) or writer (for EVFILT_READ)
      connects.

Summary of changes:
 lib/libc/sys/kqueue.2 | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/acb71b22f1443bd8a34f6e457cf57c4527d7ab52


-- 
DragonFly BSD source repository



More information about the Commits mailing list