Changeset 80450c7 in rtems
- Timestamp:
- Apr 1, 2004, 3:16:20 PM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c8fea7a
- Parents:
- ab187ad
- Location:
- testsuites/psxtests
- Files:
-
- 24 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/psxtests/ChangeLog
rab187ad r80450c7 1 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 4 * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 5 * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 6 * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 7 * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 8 * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 9 * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 10 * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 11 * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 12 * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 13 * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 14 * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 15 * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>. 16 * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>. 17 * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>. 18 * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>. 19 * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>. 20 * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 21 * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>. 22 * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 23 * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>. 24 * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>. 25 * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 26 1 27 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2 28 -
testsuites/psxtests/psx01/system.h
rab187ad r80450c7 38 38 #define CONFIGURE_POSIX_INIT_THREAD_TABLE 39 39 40 #include < confdefs.h>40 #include <rtems/confdefs.h> 41 41 42 42 /* global variables */ -
testsuites/psxtests/psx02/system.h
rab187ad r80450c7 36 36 #define CONFIGURE_POSIX_INIT_THREAD_TABLE 37 37 38 #include < confdefs.h>38 #include <rtems/confdefs.h> 39 39 40 40 /* global variables */ -
testsuites/psxtests/psx03/system.h
rab187ad r80450c7 39 39 #define CONFIGURE_POSIX_INIT_THREAD_TABLE 40 40 41 #include < confdefs.h>41 #include <rtems/confdefs.h> 42 42 43 43 /* global variables */ -
testsuites/psxtests/psx04/system.h
rab187ad r80450c7 46 46 (RTEMS_MINIMUM_STACK_SIZE * 4) 47 47 48 #include < confdefs.h>48 #include <rtems/confdefs.h> 49 49 50 50 /* global variables */ -
testsuites/psxtests/psx05/system.h
rab187ad r80450c7 44 44 #define CONFIGURE_POSIX_INIT_THREAD_TABLE 45 45 46 #include < confdefs.h>46 #include <rtems/confdefs.h> 47 47 48 48 /* global variables */ -
testsuites/psxtests/psx06/system.h
rab187ad r80450c7 40 40 #define CONFIGURE_POSIX_INIT_THREAD_TABLE 41 41 42 #include < confdefs.h>42 #include <rtems/confdefs.h> 43 43 44 44 /* global variables */ -
testsuites/psxtests/psx07/system.h
rab187ad r80450c7 35 35 #define CONFIGURE_POSIX_INIT_THREAD_TABLE 36 36 37 #include < confdefs.h>37 #include <rtems/confdefs.h> 38 38 39 39 /* global variables */ -
testsuites/psxtests/psx08/system.h
rab187ad r80450c7 43 43 #define CONFIGURE_POSIX_INIT_THREAD_TABLE 44 44 45 #include < confdefs.h>45 #include <rtems/confdefs.h> 46 46 47 47 /* global variables */ -
testsuites/psxtests/psx09/system.h
rab187ad r80450c7 41 41 #define CONFIGURE_POSIX_INIT_THREAD_TABLE 42 42 43 #include < confdefs.h>43 #include <rtems/confdefs.h> 44 44 45 45 /* global variables */ -
testsuites/psxtests/psx10/system.h
rab187ad r80450c7 47 47 #define CONFIGURE_POSIX_INIT_THREAD_TABLE 48 48 49 #include < confdefs.h>49 #include <rtems/confdefs.h> 50 50 51 51 /* global variables */ -
testsuites/psxtests/psx11/system.h
rab187ad r80450c7 35 35 #define CONFIGURE_POSIX_INIT_THREAD_TABLE 36 36 37 #include < confdefs.h>37 #include <rtems/confdefs.h> 38 38 39 39 /* global variables */ -
testsuites/psxtests/psx12/system.h
rab187ad r80450c7 37 37 #define CONFIGURE_POSIX_INIT_THREAD_TABLE 38 38 39 #include < confdefs.h>39 #include <rtems/confdefs.h> 40 40 41 41 /* global variables */ -
testsuites/psxtests/psx13/main.c
rab187ad r80450c7 41 41 #define CONFIGURE_INIT 42 42 43 #include < confdefs.h>43 #include <rtems/confdefs.h> 44 44 45 45 /* end of file */ -
testsuites/psxtests/psxcancel/init.c
rab187ad r80450c7 48 48 49 49 #include <rtems/console.h> 50 #include < confdefs.h>50 #include <rtems/confdefs.h> 51 51 52 52 #endif /* __rtems__ */ -
testsuites/psxtests/psxchroot01/main.c
rab187ad r80450c7 31 31 #define CONFIGURE_INIT 32 32 33 #include < confdefs.h>33 #include <rtems/confdefs.h> 34 34 35 35 /* end of file */ -
testsuites/psxtests/psxfile01/main.c
rab187ad r80450c7 41 41 #define CONFIGURE_INIT 42 42 43 #include < confdefs.h>43 #include <rtems/confdefs.h> 44 44 45 45 /* end of file */ -
testsuites/psxtests/psxmount/main.c
rab187ad r80450c7 33 33 #define CONFIGURE_INIT 34 34 35 #include < confdefs.h>35 #include <rtems/confdefs.h> 36 36 37 37 /* end of file */ -
testsuites/psxtests/psxmsgq01/system.h
rab187ad r80450c7 46 46 (RTEMS_MINIMUM_STACK_SIZE * 10) 47 47 48 #include < confdefs.h>48 #include <rtems/confdefs.h> 49 49 50 50 /* global variables */ -
testsuites/psxtests/psxreaddir/main.c
rab187ad r80450c7 31 31 #define CONFIGURE_INIT 32 32 33 #include < confdefs.h>33 #include <rtems/confdefs.h> 34 34 35 35 /* end of file */ -
testsuites/psxtests/psxsem01/system.h
rab187ad r80450c7 45 45 (RTEMS_MINIMUM_STACK_SIZE * 4) 46 46 47 #include < confdefs.h>47 #include <rtems/confdefs.h> 48 48 49 49 /* global variables */ -
testsuites/psxtests/psxstat/main.c
rab187ad r80450c7 42 42 #define CONFIGURE_INIT 43 43 44 #include < confdefs.h>44 #include <rtems/confdefs.h> 45 45 46 46 /* end of file */ -
testsuites/psxtests/psxtime/main.c
rab187ad r80450c7 38 38 #define CONFIGURE_INIT 39 39 40 #include < confdefs.h>40 #include <rtems/confdefs.h> 41 41 42 42 /* end of file */ -
testsuites/psxtests/psxtimer/system.h
rab187ad r80450c7 49 49 50 50 51 #include < confdefs.h>51 #include <rtems/confdefs.h> 52 52 53 53 /* global variables */
Note: See TracChangeset
for help on using the changeset viewer.