mirror of
https://github.com/apache/nuttx.git
synced 2026-05-10 07:18:49 +08:00
d78d94e1fa
1. According to the POSIX specification, the functions `pthread_kill` and `pthread_sigmask` have been moved from `pthread.h` to `signal.h`. 2. As required by the POSIX standard, the pthread-related constants have been relocated from `pthread.h` to `sys/types.h`. Signed-off-by: guoshichao <guoshichao@xiaomi.com>