Changeset 941d1e9 in mainline for include/mm/heap.h


Ignore:
Timestamp:
2005-09-29T22:47:42Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
922c7ce
Parents:
40a468a
Message:

Make cross-compiler the default compiler on IA-32.
For native compilations, use ./build.ia32 native.

Small changes elsewhere.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/mm/heap.h

    r40a468a r941d1e9  
    3838struct chunk {
    3939        int used;
    40         struct chunk *next;
    41         struct chunk *prev;
     40        chunk_t *next;
     41        chunk_t *prev;
    4242        __u32 size;
    4343        __native data[0];
Note: See TracChangeset for help on using the changeset viewer.