QNX RTOS v4 Knowledge Base
QNX RTOS v4 Knowledge Base
Title |
Errno code descriptions |
Ref. No. |
QNX.000010448 |
Category(ies) |
Development |
Issue |
When I get an errno code returned from a function how do I figure out what it means? |
Solution |
To determine what an errno code means use the errno utility from the command line followed by the code number.
ie. $ errno 4 errno 4: Interrupted function call |
|