Changeset 196a6b9 in rtems


Ignore:
Timestamp:
06/02/97 21:16:14 (27 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
cf1ced66
Parents:
2b7fc9cc
Message:

Changed license and copyright notice.

Added "development" style CVS Id

Location:
c/src/ada-tests/support
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • c/src/ada-tests/support/init.c

    r2b7fc9cc r196a6b9  
    1313#include <bsp.h>
    1414
    15 #ifdef PROVIDES_GETPID
    16 #include <unistd.h>
    17 pid_t getpid()
    18 {
    19 #ifndef PID
    20   return 1;
    21 #else
    22   return PID;
    23 #endif
    24 }
    25 #endif
    26 
    2715void *POSIX_Init(
    2816  void *argument
     
    3624}
    3725
    38 /* configuration information */
     26#define CONFIGURE_INIT
     27#include "config.h"
    3928
    40 #define CONFIGURE_SPTEST
    41 
    42 #define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
    43 #define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER
    44 
    45 #define CONFIGURE_POSIX_INIT_THREAD_TABLE
    46 
    47 #define CONFIGURE_MAXIMUM_POSIX_THREADS              20
    48 #define CONFIGURE_MAXIMUM_POSIX_KEYS                 20
    49 #define CONFIGURE_MAXIMUM_POSIX_MUTEXES              30
    50 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES  20
    51 
    52 #define CONFIGURE_INIT
    53 
    54 #include <confdefs.h>
    55 
  • c/src/ada-tests/support/status_io.ads

    r2b7fc9cc r196a6b9  
    1111-- 
    1212--
    13 --  COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
     13--  COPYRIGHT (c) 1989-1997.
    1414--  On-Line Applications Research Corporation (OAR).
    15 --  All rights assigned to U.S. Government, 1994.
     15--  Copyright assigned to U.S. Government, 1994.
    1616--
    17 --  This material may be reproduced by or for the U.S. Government pursuant
    18 --  to the copyright license under the clause at DFARS 252.227-7013.  This
    19 --  notice must appear in all copies of this file and its derivatives.
     17--  The license and distribution terms for this file may in
     18--  the file LICENSE in this distribution or at
     19--  http://www.OARcorp.com/rtems/license.html.
    2020--
    21 --  status_io.ads,v 1.2 1995/05/31 16:28:20 joel Exp
     21--  $Id$
    2222--
    2323
  • c/src/ada-tests/support/test_support.adb

    r2b7fc9cc r196a6b9  
    1111-- 
    1212--
    13 --  COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
     13--  COPYRIGHT (c) 1989-1997.
    1414--  On-Line Applications Research Corporation (OAR).
    15 --  All rights assigned to U.S. Government, 1994.
    16 --
    17 --  This material may be reproduced by or for the U.S. Government pursuant
    18 --  to the copyright license under the clause at DFARS 252.227-7013.  This
    19 --  notice must appear in all copies of this file and its derivatives.
    20 --
    21 --  test_support.adb,v 1.2 1995/07/21 15:08:54 joel Exp
     15--  Copyright assigned to U.S. Government, 1994.
     16--
     17--  The license and distribution terms for this file may in
     18--  the file LICENSE in this distribution or at
     19--  http://www.OARcorp.com/rtems/license.html.
     20--
     21--  $Id$
    2222--
    2323
  • c/src/ada-tests/support/test_support.ads

    r2b7fc9cc r196a6b9  
    1111-- 
    1212--
    13 --  COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
     13--  COPYRIGHT (c) 1989-1997.
    1414--  On-Line Applications Research Corporation (OAR).
    15 --  All rights assigned to U.S. Government, 1994.
     15--  Copyright assigned to U.S. Government, 1994.
    1616--
    17 --  This material may be reproduced by or for the U.S. Government pursuant
    18 --  to the copyright license under the clause at DFARS 252.227-7013.  This
    19 --  notice must appear in all copies of this file and its derivatives.
     17--  The license and distribution terms for this file may in
     18--  the file LICENSE in this distribution or at
     19--  http://www.OARcorp.com/rtems/license.html.
    2020--
    21 --  test_support.ads,v 1.1 1995/07/12 19:38:15 joel Exp
     21--  $Id$
    2222--
    2323
  • c/src/ada-tests/support/unsigned32_io.ads

    r2b7fc9cc r196a6b9  
    1111-- 
    1212--
    13 --  COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
     13--  COPYRIGHT (c) 1989-1997.
    1414--  On-Line Applications Research Corporation (OAR).
    15 --  All rights assigned to U.S. Government, 1994.
     15--  Copyright assigned to U.S. Government, 1994.
    1616--
    17 --  This material may be reproduced by or for the U.S. Government pursuant
    18 --  to the copyright license under the clause at DFARS 252.227-7013.  This
    19 --  notice must appear in all copies of this file and its derivatives.
     17--  The license and distribution terms for this file may in
     18--  the file LICENSE in this distribution or at
     19--  http://www.OARcorp.com/rtems/license.html.
    2020--
    21 --  unsigned32_io.ads,v 1.1 1995/07/12 19:37:33 joel Exp
     21--  $Id$
    2222--
    2323
Note: See TracChangeset for help on using the changeset viewer.