summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/keycreate.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-21 22:54:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-21 22:54:54 +0000
commit816aab91429895ac8e27a2c6ece2c3b32275da41 (patch)
tree6ff9f26ac9b5f11530c1e07f951d8bfc019c5f56 /cpukit/posix/src/keycreate.c
parent2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-816aab91429895ac8e27a2c6ece2c3b32275da41.tar.bz2
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/src/keycreate.c, posix/src/killinfo.c: Remove more ITRON references.
Diffstat (limited to 'cpukit/posix/src/keycreate.c')
-rw-r--r--cpukit/posix/src/keycreate.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpukit/posix/src/keycreate.c b/cpukit/posix/src/keycreate.c
index a9f9634677..1da82a3c34 100644
--- a/cpukit/posix/src/keycreate.c
+++ b/cpukit/posix/src/keycreate.c
@@ -52,8 +52,9 @@ int pthread_key_create(
/*
* This is a bit more complex than one might initially expect because
- * APIs are optional. Thus there may be no ITRON tasks to have keys
- * for. [NOTE: Currently RTEMS Classic API tasks are always enabled.]
+ * APIs are optional.
+ *
+ * NOTE: Currently RTEMS Classic API tasks are always enabled.
*/
for ( the_api = 1;