Changeset 375f37d in rtems


Ignore:
Timestamp:
08/02/96 16:46:56 (27 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
20de272
Parents:
870f2976
Message:

removed unused prototypes

Files:
2 edited

Legend:

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

    r870f2976 r375f37d  
    2323);
    2424
    25 void *Task_1(
    26   void *argument
    27 );
    28 
    29 void *Task_2(
    30   void *argument
    31 );
    32 
    3325/* configuration information */
    3426
     
    5143
    5244TEST_EXTERN pthread_t        Init_id;
    53 TEST_EXTERN pthread_t        Task_id;
    5445
    5546/* end of include file */
  • testsuites/psxtests/psx07/system.h

    r870f2976 r375f37d  
    2323);
    2424
    25 void *Task_1(
    26   void *argument
    27 );
    28 
    29 void *Task_2(
    30   void *argument
    31 );
    32 
    3325/* configuration information */
    3426
     
    5143
    5244TEST_EXTERN pthread_t        Init_id;
    53 TEST_EXTERN pthread_t        Task_id;
    5445
    5546/* end of include file */
Note: See TracChangeset for help on using the changeset viewer.