extinguish opened a new pull request, #17930: URL: https://github.com/apache/nuttx/pull/17930
## Summary Implement the ulimit() function based on the existing getrlimit()/setrlimit() APIs. This provides the legacy ulimit() interface required by the VSX test suite while maintaining compatibility with the modern POSIX resource‑limit functions. ## Impact 1. Enables the VSX test suite to build and run on NuttX by providing the legacy ulimit() system interface. 2. Maintains consistency with the underlying resource‑limit implementation (via getrlimit()/setrlimit()). ## Testing 1. Verified that the VSX test cases requiring ulimit() now compile and link successfully. 2. Tested basic ulimit() operations (query and set) against the corresponding getrlimit()/setrlimit() behavior. -- 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]
