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

macos: retry if open() returns EINTR #41

Merged
merged 1 commit into from Mar 6, 2024
Merged

macos: retry if open() returns EINTR #41

merged 1 commit into from Mar 6, 2024

Commits on Mar 6, 2024

  1. macos: retry if open() returns EINTR

    port of fsnotify/fsnotify#475
    
    Retry the unix.Open() if the error returned is EINTR; looking around the
    web it seems many systems handle it like this. This is also what
    os.Open() does:
    golang/go@50d0ee0
    arp242 authored and shogo82148 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    57ba231 View commit details
    Browse the repository at this point in the history