Skip to content

Fix include for errno in Microchip port settings#10417

Open
embhorn wants to merge 1 commit intowolfSSL:masterfrom
embhorn:zd21713
Open

Fix include for errno in Microchip port settings#10417
embhorn wants to merge 1 commit intowolfSSL:masterfrom
embhorn:zd21713

Conversation

@embhorn
Copy link
Copy Markdown
Member

@embhorn embhorn commented May 6, 2026

Description

Fix include for errno in Microchip port settings

Fixes zd21713

Testing

Customer confirmed

Checklist

  • added tests
  • updated/added doxygen
  • updated appropriate READMEs
  • Updated manual and documentation

@embhorn embhorn self-assigned this May 6, 2026
Copilot AI review requested due to automatic review settings May 6, 2026 21:17
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Microchip PIC32 platform include in wolfio.h to use the standard errno header, fixing build issues where <sys/errno.h> is unavailable.

Changes:

  • Replace #include <sys/errno.h> with #include <errno.h> under MICROCHIP_PIC32.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

MemBrowse Memory Report

No memory changes detected for:

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