Changeset 3899bc1a in rtems for cpukit/posix/src/killinfo.c
- Timestamp:
- 11/24/18 10:51:28 (4 years ago)
- Branches:
- 5, master
- Children:
- 1c2d178
- Parents:
- 359a3a3
- git-author:
- Sebastian Huber <sebastian.huber@…> (11/24/18 10:51:28)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (12/07/18 13:22:01)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/posix/src/killinfo.c
r359a3a3 r3899bc1a 211 211 object_table = the_info->local_table; 212 212 213 for ( index = 1 ; index <= maximum ; index++) {213 for ( index = 0 ; index < maximum ; ++index ) { 214 214 the_thread = (Thread_Control *) object_table[ index ]; 215 215
Note: See TracChangeset
for help on using the changeset viewer.