You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add missing __errno() function declaration for NuttX platform to enable
proper errno handling in Rust code. NuttX's libc provides __errno()
function which returns a pointer to the thread-local errno variable.
This change allows Rust programs running on NuttX to properly access and
manipulate errno values through the standard libc interface.
Fixes errno functionality for NuttX targets.
0 commit comments