Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Also create epoll and pipe fds with close-on-exec (#155) #219

Merged
merged 2 commits into from Mar 12, 2019

Commits on Feb 28, 2019

  1. Also create epoll and pipe fds with close-on-exec (fsnotify#155)

    * Add the unix.O_CLOEXEC to the Pipe2 call
    * Add unix.EPOLL_CLOEXEC to the Epoll call
    JohannesEbke authored and cpuguy83 committed Feb 28, 2019
    Copy the full SHA
    92451cc View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Copy the full SHA
    857f720 View commit details
    Browse the repository at this point in the history