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

platform: properly define _XOPEN_SOURCE #87

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

facchinm
Copy link
Member

@facchinm facchinm commented Aug 4, 2023

The definition is needed by time.h (see arduino-libraries/MKRGSM@019b0e1) but we missed to give it a proper value :|

Defining to 700 is ok for POSIX 2017, so strnlen prototype gets picked up

Fixes #18

The definition is needed by time.h (see arduino-libraries/MKRGSM@019b0e1) but we missed to give it a proper value :|

Defining to 700 is ok for POSIX 2017, so strnlen prototype gets picked up

Fixes arduino#18
@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: code Related to content of the project itself labels Aug 5, 2023
@aentinger aentinger merged commit 5ee4274 into arduino:main Aug 9, 2023
7 checks passed
pennam pushed a commit to pennam/ArduinoCore-renesas that referenced this pull request Jan 5, 2024
cristidragomir97 pushed a commit to cristidragomir97/ArduinoCore-renesas that referenced this pull request May 20, 2024
Fix __HeapLimit address

Former-commit-id: da5a1f2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The strnlen() C Function Is Not Available
3 participants