-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
C-API-requestCategory: API requestCategory: API requestE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Milestone
Description
Target triple: armv7a-none-eabi in my case, but it applies to others as well.
There is no API which provides access to C's errno when in a newlib environment. newlib itself provides a function __errno(), which has a return type of int *; see the declaration in <errno.h> here. It appears to be equivalent to __errno_location() in the linux environment, which is currently supported.
ian-h-chamberlain
Metadata
Metadata
Assignees
Labels
C-API-requestCategory: API requestCategory: API requestE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.