Skip to content

Conversation

@brianquinlan
Copy link
Contributor

  • I’ve reviewed the contributor guide and applied the relevant portions to this PR.
Contribution guidelines:

Note that many Dart repos have a weekly cadence for reviewing PRs - please allow for some latency before initial review feedback.

@github-actions github-actions bot added the type-infra A repository infrastructure change or enhancement label Sep 14, 2025
@github-actions github-actions bot removed the type-infra A repository infrastructure change or enhancement label Sep 28, 2025
} else {
return '''$firstLine
#if $implementationGuard
errno = ENOTSUP;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe ENOSYS?

If I try to use getrandom or fork_pidfd on too-old Linux, I get ENOSYS. Also dart:io uses ENOSYS for things like process spawning on iOS.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@brianquinlan brianquinlan merged commit db3b28f into dart-lang:main Sep 30, 2025
23 of 24 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.

2 participants