summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/sempost.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-09 10:17:00 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-09 10:17:00 -0600
commit651e3aa8d8216e25d59225da50272c0a1fbcc90d (patch)
tree300e7a412783e02fdf8c9767778f3bd0ba80092b /cpukit/posix/src/sempost.c
parentarm: csb336: Add doxygen (diff)
downloadrtems-651e3aa8d8216e25d59225da50272c0a1fbcc90d.tar.bz2
cpukit/rtems: Remove XXX in comments
Diffstat (limited to 'cpukit/posix/src/sempost.c')
-rw-r--r--cpukit/posix/src/sempost.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/posix/src/sempost.c b/cpukit/posix/src/sempost.c
index 3a23f22129..d3cd166815 100644
--- a/cpukit/posix/src/sempost.c
+++ b/cpukit/posix/src/sempost.c
@@ -6,7 +6,7 @@
*/
/*
- * COPYRIGHT (c) 1989-2007.
+ * COPYRIGHT (c) 1989-2013.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -46,7 +46,7 @@ int sem_post(
&the_semaphore->Semaphore,
the_semaphore->Object.id,
#if defined(RTEMS_MULTIPROCESSING)
- NULL /* XXX need to define a routine to handle this case */
+ NULL /* POSIX Semaphores are local only */
#else
NULL
#endif