mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 08:54:05 +08:00
90be95bb89
it is wrong to define a new grpid_t, but not reuse pid_t, because it make getpid(parent) == getppid(child) impossible. Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>