Changeset 4944b5bf in rtems
- Timestamp:
- 09/18/96 20:50:04 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3861130
- Parents:
- 857c52f
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/headers/object.h
r857c52f r4944b5bf 39 39 */ 40 40 41 #define OBJECTS_NAME_ALIGNMENT 441 #define OBJECTS_NAME_ALIGNMENT sizeof( unsigned32 ) 42 42 43 43 /* … … 366 366 Objects_Information *information, 367 367 Objects_Id id, 368 unsigned32*location_p,368 Objects_Locations *location_p, 369 369 Objects_Id *next_id_p 370 370 ); -
c/src/exec/score/include/rtems/score/object.h
r857c52f r4944b5bf 39 39 */ 40 40 41 #define OBJECTS_NAME_ALIGNMENT 441 #define OBJECTS_NAME_ALIGNMENT sizeof( unsigned32 ) 42 42 43 43 /* … … 366 366 Objects_Information *information, 367 367 Objects_Id id, 368 unsigned32*location_p,368 Objects_Locations *location_p, 369 369 Objects_Id *next_id_p 370 370 ); -
cpukit/score/include/rtems/score/object.h
r857c52f r4944b5bf 39 39 */ 40 40 41 #define OBJECTS_NAME_ALIGNMENT 441 #define OBJECTS_NAME_ALIGNMENT sizeof( unsigned32 ) 42 42 43 43 /* … … 366 366 Objects_Information *information, 367 367 Objects_Id id, 368 unsigned32*location_p,368 Objects_Locations *location_p, 369 369 Objects_Id *next_id_p 370 370 );
Note: See TracChangeset
for help on using the changeset viewer.