Changeset 698b292 in rtems


Ignore:
Timestamp:
10/24/02 22:34:22 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
17a11842
Parents:
7265f3ab
Message:

2002-10-24 Joel Sherrill <joel@…>

  • samples/hello/config.h: Change CONFIGURE_SPTEST to CONFIGURE_APPLICATION to reflect current usage.
  • support/init.c: Include stdlib.h not unistd.h to remove warning.
Location:
c/src/ada-tests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/ada-tests/ChangeLog

    r7265f3ab r698b292  
     12002-10-24      Joel Sherrill <joel@OARcorp.com>
     2
     3        * samples/hello/config.h: Change CONFIGURE_SPTEST to
     4        CONFIGURE_APPLICATION to reflect current usage.
     5        * support/init.c: Include stdlib.h not unistd.h to remove warning.
     6
    172002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    28
  • c/src/ada-tests/samples/hello/config.h

    r7265f3ab r698b292  
    1717/* configuration information */
    1818
    19 #define CONFIGURE_SPTEST
     19#define CONFIGURE_APPLICATION
    2020
    2121#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
    2222
    2323#define CONFIGURE_POSIX_INIT_THREAD_TABLE
     24
     25#define CONFIGURE_MAXIMUM_TASKS              2
    2426
    2527#define CONFIGURE_MAXIMUM_POSIX_THREADS              10
  • c/src/ada-tests/support/init.c

    r7265f3ab r698b292  
    1313#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
    1414#include <bsp.h>
    15 #include <unistd.h>
     15#include <stdlib.h>
    1616
    1717void *POSIX_Init(
Note: See TracChangeset for help on using the changeset viewer.