2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>

* posix/src/keycreate.c, posix/src/killinfo.c: Remove more ITRON
	references.
This commit is contained in:
Joel Sherrill
2010-06-21 22:54:54 +00:00
parent 42b5ba06f8
commit 816aab9142
3 changed files with 9 additions and 3 deletions
+5
View File
@@ -1,3 +1,8 @@
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/src/keycreate.c, posix/src/killinfo.c: Remove more ITRON
references.
2010-06-21 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1581/cpukit
+3 -2
View File
@@ -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;
+1 -1
View File
@@ -184,7 +184,7 @@ int killinfo(
for (the_api = OBJECTS_CLASSIC_API; the_api <= OBJECTS_APIS_LAST; the_api++) {
/*
* This can occur when no one is interested and ITRON is not configured.
* This can occur when no one is interested and an API is not configured.
*/
if ( !_Objects_Information_table[ the_api ] )
continue;