Changeset 637df35 in rtems for testsuites
- Timestamp:
- 07/12/95 19:47:25 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6cc85032
- Parents:
- 68931b5
- Location:
- testsuites
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/mptests/mp12/init.c
r68931b5 r637df35 34 34 #include "gvar.h" 35 35 36 rtems_unsigned8 Partition_area[ 1024 ] ;36 rtems_unsigned8 Partition_area[ 1024 ] CPU_STRUCTURE_ALIGNMENT; 37 37 38 38 rtems_task Init( -
testsuites/sptests/spsize/size.c
r68931b5 r637df35 14 14 * $Id$ 15 15 */ 16 17 #include <stdlib.h>18 16 19 17 #include <rtems/system.h> … … 47 45 #include <rtems/wkspace.h> 48 46 #include <rtems/mp.h> 47 48 #include <stdlib.h> 49 49 50 50 /* These are always defined by the executive.
Note: See TracChangeset
for help on using the changeset viewer.