Skip to content
Snippets Groups Projects
Commit ed59867a authored by Gregory Nutt's avatar Gregory Nutt
Browse files

mqueue.h edited online with Bitbucket

parent d16d4d55
No related branches found
No related tags found
No related merge requests found
......@@ -57,10 +57,10 @@
* Pre-processor Definitions
****************************************************************************/
/* Most internal nxsig_* interfaces are not available in the user space in
* PROTECTED and KERNEL builds. In that context, the application signal
* interfaces must be used. The differences between the two sets of
* interfaces are: (1) the nxsig_* interfaces do not cause cancellation
/* Most internal nxmq_* interfaces are not available in the user space in
* PROTECTED and KERNEL builds. In that context, the application message
* queu interfaces must be used. The differences between the two sets of
* interfaces are: (1) the nxmq_* interfaces do not cause cancellation
* points and (2) they do not modify the errno variable.
*
* This is only important when compiling libraries (libc or libnx) that are
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment