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 #475

Merged
merged 1 commit into from Jul 30, 2022
Merged

macos: retry if open() returns EINTR #475

merged 1 commit into from Jul 30, 2022

Commits on Jul 29, 2022

  1. macos: retry if open() returns EINTR

    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
    
    Fixes #354
    arp242 committed Jul 29, 2022
    Copy the full SHA
    ce28188 View commit details
    Browse the repository at this point in the history