Changeset 1c2d178 in rtems for cpukit/posix/src/killinfo.c
- Timestamp:
- 11/25/18 19:15:26 (4 years ago)
- Branches:
- 5, master
- Children:
- f70079c
- Parents:
- 3899bc1a
- git-author:
- Sebastian Huber <sebastian.huber@…> (11/25/18 19:15:26)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (12/07/18 13:22:02)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/posix/src/killinfo.c
r3899bc1a r1c2d178 208 208 continue; 209 209 210 maximum = the_info->maximum;210 maximum = _Objects_Get_maximum_index( the_info ); 211 211 object_table = the_info->local_table; 212 212
Note: See TracChangeset
for help on using the changeset viewer.