mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
pid_t: unify usage of special task IDs
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
Xiang Xiao
parent
2ee12b2c5d
commit
68902d8732
@@ -54,7 +54,7 @@
|
||||
|
||||
/* Semaphore protection */
|
||||
|
||||
#define NO_HOLDER (pid_t)-1
|
||||
#define NO_HOLDER (INVALID_PROCESS_ID)
|
||||
|
||||
/* VT100 escape sequence processing */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user