summaryrefslogtreecommitdiffstats
path: root/cpukit/posix
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-09 15:12:36 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-09 19:50:55 -0600
commit96281908a23b17f0d46389c60e7eadd9941c88f6 (patch)
treebb920d24d5e0f5bfd04224459bb18781463c0e65 /cpukit/posix
parentpthread.c: Remove XXX and use SIGNAL_ constants (diff)
downloadrtems-96281908a23b17f0d46389c60e7eadd9941c88f6.tar.bz2
psignalimpl.h: Remove dead comment
Diffstat (limited to 'cpukit/posix')
-rw-r--r--cpukit/posix/include/rtems/posix/psignalimpl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpukit/posix/include/rtems/posix/psignalimpl.h b/cpukit/posix/include/rtems/posix/psignalimpl.h
index c496fd33bd..9a493fd96c 100644
--- a/cpukit/posix/include/rtems/posix/psignalimpl.h
+++ b/cpukit/posix/include/rtems/posix/psignalimpl.h
@@ -7,7 +7,7 @@
*/
/*
- * COPYRIGHT (c) 1989-2011.
+ * COPYRIGHT (c) 1989-2013.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -93,8 +93,6 @@ static inline void _POSIX_signals_Add_post_switch_extension(void)
/**
* @brief Unlock POSIX signals thread.
- *
- * XXX this routine could probably be cleaned up
*/
bool _POSIX_signals_Unblock_thread(
Thread_Control *the_thread,