summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/mqueue.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-16 10:01:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-16 10:01:03 +0000
commit874297f3bea7761cf05ae26540b7a9e21d4a6e1d (patch)
tree3f514864e20beb9becc81d77053abec90d281a1a /cpukit/posix/include/mqueue.h
parentRemove stray white spaces. (diff)
downloadrtems-874297f3bea7761cf05ae26540b7a9e21d4a6e1d.tar.bz2
Remove stray white spaces.
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
*/