extinguish opened a new pull request, #17931: URL: https://github.com/apache/nuttx/pull/17931
## Summary Change the implementation of pthread_equal() from a macro to an actual function, as required by the PSE52 VSX test suite which accesses pthread_equal() via a function pointer. ## Impact Enables the PSE52 VSX test suite to compile and run by providing a true function symbol for pthread_equal(). ## Testing 1. Verified that PSE52 VSX tests that take the address of pthread_equal now link successfully. 2. Confirmed that the function‑based pthread_equal() returns the same results as the macro version for all valid pthread_t inputs. -- 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]
