QNX RTOS v4 Knowledge Base
QNX RTOS v4 Knowledge Base
Title |
Compilation error: pid_t is not defined |
Ref. No. |
QNX.000003886 |
Category(ies) |
Development |
Issue |
My code doesn't compile and says: pid_t isn't defined.
|
Solution |
You need to include process.h in the code. That is where pid_t is defined.
|
|