summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/mqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/include/mqueue.h')
-rw-r--r--cpukit/posix/include/mqueue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/posix/include/mqueue.h b/cpukit/posix/include/mqueue.h
index 8d117862ea..0b1b834f82 100644
--- a/cpukit/posix/include/mqueue.h
+++ b/cpukit/posix/include/mqueue.h
@@ -68,7 +68,7 @@ int mq_send(
mqd_t mqdes,
const char *msg_ptr,
size_t msg_len,
- unsigned int msg_prio
+ unsigned int msg_prio
);
#if defined(_POSIX_TIMEOUTS)
@@ -113,7 +113,7 @@ int mq_timedreceive( /* XXX: should this be ssize_t */
#if defined(_POSIX_REALTIME_SIGNALS)
/*
- * 15.2.6 Notify Process that a Message is Available on a Queue,
+ * 15.2.6 Notify Process that a Message is Available on a Queue,
* P1003.1b-1993, p. 280
*/