Changeset 5b50781 in rtems
- Timestamp:
- Jul 27, 2010, 9:22:52 PM (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- ec6a5a1
- Parents:
- c0d5778
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
rc0d5778 r5b50781 1 2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com> 2 3 * posix/src/keycreate.c: Fix typo. 4 1 5 2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com> 2 6 -
cpukit/posix/src/keycreate.c
rc0d5778 r5b50781 63 63 * Since the removal of ITRON, this cannot occur. 64 64 */ 65 if ( !_Objects_Information_table[ api_index] )65 if ( !_Objects_Information_table[ the_api ] ) 66 66 continue; 67 67
Note: See TracChangeset
for help on using the changeset viewer.