Changeset c7dd091f in rtems


Ignore:
Timestamp:
08/09/96 18:48:33 (27 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
1406a4b
Parents:
d0b5249
Message:

lowered maximum number of threads to 2 to make test case easier.

include sched.h so test can invoke scheduler routines.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/tests/psxtests/psx01/system.h

    rd0b5249 rc7dd091f  
    2020#include <unistd.h>
    2121#include <errno.h>
     22#include <sched.h>
    2223
    2324void *POSIX_Init(
     
    3839#define CONFIGURE_POSIX_INIT_THREAD_TABLE
    3940
     41#define CONFIGURE_MAXIMUM_POSIX_THREADS     2
     42
    4043#include <confdefs.h>
    4144
  • testsuites/psxtests/psx01/system.h

    rd0b5249 rc7dd091f  
    2020#include <unistd.h>
    2121#include <errno.h>
     22#include <sched.h>
    2223
    2324void *POSIX_Init(
     
    3839#define CONFIGURE_POSIX_INIT_THREAD_TABLE
    3940
     41#define CONFIGURE_MAXIMUM_POSIX_THREADS     2
     42
    4043#include <confdefs.h>
    4144
Note: See TracChangeset for help on using the changeset viewer.