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

osx_delay(): function argument type changed, adapt ASSERTs #26

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

rottegift
Copy link
Collaborator

The ASSERT3S() previously looked for wraparounds as diagnostic of int underflows which would lead to an exceptionally long sleep. Now that the function takes an unsigned long type (clock_t), adapt these to to ASSERT3Us which look for long sleeps (60 seconds is unreasonably long).

@rottegift rottegift self-assigned this Oct 29, 2024
@rottegift rottegift merged commit 5efdb9a into openzfsonosx:xcode16 Oct 29, 2024
3 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant