Changeset 4241683 in mainline for init/init.c


Ignore:
Timestamp:
2006-03-14T20:45:36Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
56972c81
Parents:
7d1562e9
Message:

Integrate softint.a into ia64 building process.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • init/init.c

    r7d1562e9 r4241683  
    3535
    3636/*
    37 extern char _heap;
    38 void test_mremap(void)
     37static void test_mremap(void)
    3938{
    4039        printf("Writing to good memory\n");
     
    5251*/
    5352/*
    54 extern char _heap;
    5553static void test_sbrk(void)
    5654{
     
    6967}
    7068*/
    71 
    7269/*
    73 extern char _heap;
    7470static void test_malloc(void)
    7571{
Note: See TracChangeset for help on using the changeset viewer.