extinguish opened a new pull request, #17936: URL: https://github.com/apache/nuttx/pull/17936
## Summary Add a function implementation of creat() to the C library to meet PSE52 VSX test suite requirements. The implementation provides a callable function that mirrors the behavior of the existing creat() macro. ## Impact Enables the PSE52 test suite to compile and run correctly when it expects creat() to be a callable function (e.g., when taking its address or using it in function-pointer contexts). ## Testing Verified that PSE52 VSX tests referencing creat() as a function now build and execute successfully. -- 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]
