mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 04:07:33 +08:00
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:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user