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

[CLIBABI32] Restore missing reference to EDOM. #251

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

statham-arm
Copy link
Contributor

I just noticed a paragraph that was grammatically confusing because it contained a comma with no word before it, and an equality with no left-hand side.

It looks to me as if the <errno.h> macro name EDOM was accidentally deleted in both cases. (Rationale: EDOM is an error code closely related to ERANGE, and matches the claim in the paragraph that its consensus value is 33 – that's its value on Linux, for example.)

Searching for ERANGE in the rest of the document turned up another two places where there was a missing word that looked as if it ought to be "EDOM".

I've no idea how this happened! But it seems like an easy fix.

I just noticed a paragraph that was grammatically confusing because it
contained a comma with no word before it, and an equality with no
left-hand side.

It looks to me as if the <errno.h> macro name EDOM was accidentally
deleted in both cases. (Rationale: EDOM is an error code closely
related to ERANGE, and matches the claim in the paragraph that its
consensus value is 33 – that's its value on Linux, for example.)

Searching for ERANGE in the rest of the document turned up another two
places where there was a missing word that looked as if it ought to be
"EDOM".

I've no idea how this happened! But it seems like an easy fix.
Copy link
Contributor

@smithp35 smithp35 left a comment

Choose a reason for hiding this comment

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

LGTM

I agree this looks like a typo. The MS documentation for EDOM is also 33 https://learn.microsoft.com/en-us/cpp/c-runtime-library/errno-constants?view=msvc-170

@smithp35 smithp35 merged commit 7c2fbbd into ARM-software:main Mar 22, 2024
1 check 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