mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 08:54:05 +08:00
4ce802900f
During the build of PSE52 VSX testcases, the pthread_equal() is accessed in the form of a function pointer. Therefore, we have changed the implementation of pthread_equal() from a macro to an actual function. Signed-off-by: guoshichao <guoshichao@xiaomi.com>