xiaoxiang781216 opened a new pull request, #20029: URL: https://github.com/apache/nuttx/pull/20029
## Summary Add commonly required POSIX/BSD interfaces that portable command-line utilities expect but that were missing from the C library: - `include/paths.h`: `_PATH_DEFPATH` and the other standard default paths. - `include/sys/ttydefaults.h`: BSD default control-character and terminal flag definitions. - `include/termios.h`: define the `IUTF8` input flag. ## Impact New header files only, no existing code is modified. Required by portable command-line utilities (e.g. toybox) that include these headers unconditionally. ## Testing Built and booted `sim:nsh` successfully with the new headers in place. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
