mirror of
https://github.com/apache/nuttx.git
synced 2026-03-27 10:39:28 +08:00
Add three POSIX‑required pthread‑related constants to limits.h: - _POSIX_THREAD_DESTRUCTOR_ITERATIONS - _POSIX_THREAD_KEYS_MAX - _POSIX_THREAD_THREADS_MAX These constants are needed for full POSIX pthread compatibility and are required by certain PSE52 test suites and applications. Signed-off-by: guoshichao <guoshichao@xiaomi.com>