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

build: assume errno.h is always available #9986

Closed
wants to merge 1 commit into from

Conversation

jay
Copy link
Member

@jay jay commented Nov 27, 2022

  • Remove errno.h detection from all build configurations.

errno.h is a standard header according to C89.

Closes #xxxx


Note HAVE_ERRNO_H was undefined in config-win32 when BSD-style lwIP TCP/IP stack was used. I'm not sure what that's about.
Note HAVE_ERRNO_H was not defined by config-win32ce so possibly some build system that builds for Windows CE is missing it.

/cc @gvanem

- Remove errno.h detection from all build configurations.

errno.h is a standard header according to C89.

Closes #xxxx
@vszakats
Copy link
Member

Yep, errno.h is not present on WinCE MSVC + ARM. Likely less of an issue these days.

@jay jay closed this in fe3463e Dec 7, 2022
@jay jay deleted the remove_errno_header_detection branch December 7, 2022 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

3 participants