]> go.fuhry.dev Git - fsnotify.git/commit
Create inotify fd with close-on-exec (#178)
authorPatrick <patrick@dropbox.com>
Tue, 11 Oct 2016 02:24:00 +0000 (19:24 -0700)
committerNathan Youngman <git@nathany.com>
Tue, 11 Oct 2016 02:24:00 +0000 (20:24 -0600)
commit11054bcfedcc693de29270308bda9b4230791742
tree83d8fc350ef6b640705c4b89353a5eb52061a390
parent944cff21b3baf3ced9a880365682152ba577d348
Create inotify fd with close-on-exec (#178)

* Create inotify fd with close-on-exec

* switch to unix.IN_CLOEXEC
inotify.go