Changeset 45c3da3 in rtems


Ignore:
Timestamp:
10/18/00 18:08:32 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
d71c6c1
Parents:
c5a60819
Message:

2000-10-18 Joel Sherrill <joel@…>

  • include/confdefs.h: Set CONFIGURE_INIT_TASK_STACK_SIZE to 0 if there is no Classic API Initialization Tasks Table defined.
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/sapi/ChangeLog

    rc5a60819 r45c3da3  
     12000-10-18      Joel Sherrill <joel@OARcorp.com>
     2
     3        * include/confdefs.h: Set CONFIGURE_INIT_TASK_STACK_SIZE to 0
     4        if there is no Classic API Initialization Tasks Table defined.
     5
    162000-10-18      Joel Sherrill <joel@OARcorp.com>
    27
  • c/src/exec/sapi/include/confdefs.h

    rc5a60819 r45c3da3  
    215215#define CONFIGURE_INIT_TASK_TABLE      NULL
    216216#define CONFIGURE_INIT_TASK_TABLE_SIZE 0
     217#define CONFIGURE_INIT_TASK_STACK_SIZE 0
    217218
    218219#endif
  • cpukit/sapi/ChangeLog

    rc5a60819 r45c3da3  
     12000-10-18      Joel Sherrill <joel@OARcorp.com>
     2
     3        * include/confdefs.h: Set CONFIGURE_INIT_TASK_STACK_SIZE to 0
     4        if there is no Classic API Initialization Tasks Table defined.
     5
    162000-10-18      Joel Sherrill <joel@OARcorp.com>
    27
  • cpukit/sapi/include/confdefs.h

    rc5a60819 r45c3da3  
    215215#define CONFIGURE_INIT_TASK_TABLE      NULL
    216216#define CONFIGURE_INIT_TASK_TABLE_SIZE 0
     217#define CONFIGURE_INIT_TASK_STACK_SIZE 0
    217218
    218219#endif
Note: See TracChangeset for help on using the changeset viewer.