mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 15:00:16 +00:00
* psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
This commit is contained in:
@@ -1,3 +1,29 @@
|
||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
* psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
* psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
* psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
* psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
* psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
* psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
* psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
* psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
* psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
* psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
* psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
* psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
* psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
* psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
* psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
* psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
* psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
* psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
* psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
* psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
* psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
* psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
|
||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
|
||||
|
||||
@@ -37,7 +37,7 @@ void *Task_1_through_3(
|
||||
|
||||
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
|
||||
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
/* global variables */
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ void *Task_1_through_3(
|
||||
|
||||
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
|
||||
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
/* global variables */
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ void *Task_2(
|
||||
|
||||
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
|
||||
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
/* global variables */
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ void *Task_3(
|
||||
#define CONFIGURE_POSIX_INIT_THREAD_STACK_SIZE \
|
||||
(RTEMS_MINIMUM_STACK_SIZE * 4)
|
||||
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
/* global variables */
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ void *Task_3(
|
||||
|
||||
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
|
||||
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
/* global variables */
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ void *Task_2(
|
||||
|
||||
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
|
||||
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
/* global variables */
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ void *Task_1(
|
||||
|
||||
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
|
||||
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
/* global variables */
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ void *Task_3(
|
||||
|
||||
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
|
||||
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
/* global variables */
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ void *Task_2(
|
||||
|
||||
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
|
||||
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
/* global variables */
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ void *Task_3(
|
||||
|
||||
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
|
||||
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
/* global variables */
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ void *Task_1(
|
||||
|
||||
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
|
||||
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
/* global variables */
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ void *Task_1(
|
||||
|
||||
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
|
||||
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
/* global variables */
|
||||
|
||||
|
||||
@@ -40,6 +40,6 @@ rtems_task Init(
|
||||
|
||||
#define CONFIGURE_INIT
|
||||
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
/* end of file */
|
||||
|
||||
@@ -47,7 +47,7 @@ rtems_task Init( rtems_task_argument argument);
|
||||
#define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 5
|
||||
|
||||
#include <rtems/console.h>
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
#endif /* __rtems__ */
|
||||
|
||||
|
||||
@@ -30,6 +30,6 @@ rtems_task Init(
|
||||
|
||||
#define CONFIGURE_INIT
|
||||
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
/* end of file */
|
||||
|
||||
@@ -40,6 +40,6 @@ rtems_task Init(
|
||||
|
||||
#define CONFIGURE_INIT
|
||||
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
/* end of file */
|
||||
|
||||
@@ -32,6 +32,6 @@ rtems_task Init(
|
||||
|
||||
#define CONFIGURE_INIT
|
||||
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
/* end of file */
|
||||
|
||||
@@ -45,7 +45,7 @@ void *Task_1_through_3(
|
||||
#define CONFIGURE_POSIX_INIT_THREAD_STACK_SIZE \
|
||||
(RTEMS_MINIMUM_STACK_SIZE * 10)
|
||||
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
/* global variables */
|
||||
|
||||
|
||||
@@ -30,6 +30,6 @@ rtems_task Init(
|
||||
|
||||
#define CONFIGURE_INIT
|
||||
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
/* end of file */
|
||||
|
||||
@@ -44,7 +44,7 @@ void *Task_1_through_3(
|
||||
#define CONFIGURE_POSIX_INIT_THREAD_STACK_SIZE \
|
||||
(RTEMS_MINIMUM_STACK_SIZE * 4)
|
||||
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
/* global variables */
|
||||
|
||||
|
||||
@@ -41,6 +41,6 @@ rtems_task Init(
|
||||
|
||||
#define CONFIGURE_INIT
|
||||
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
/* end of file */
|
||||
|
||||
@@ -37,6 +37,6 @@ rtems_task Init(
|
||||
|
||||
#define CONFIGURE_INIT
|
||||
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
/* end of file */
|
||||
|
||||
@@ -48,7 +48,7 @@ void *task_c(
|
||||
#define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 2
|
||||
|
||||
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
/* global variables */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user