Ignore:
Timestamp:
Jul 17, 2005, 2:25:44 PM (20 years ago)
Author:
bird
Message:

o LIBC_ASSERT*() are for internal libc errors, LIBCLOG_ERROR*() are

for user related error. Big code adjustements.

o Fixed a few smaller issues.
o Started fixing exec() backend.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/malloc/initr.c

    • Property cvs2svn:cvs-rev changed from 1.8 to 1.9
    r2253 r2254  
    4545Heap_t _um_init_default_regular_heap(void)
    4646{
     47
    4748    _UM_MT_DECL
    4849    static _smutex  lock;
     
    9899    }
    99100
    100     return heap_reg;
     101    ;
    101102}
    102103
Note: See TracChangeset for help on using the changeset viewer.