Changeset 2205


Ignore:
Timestamp:
Jul 4, 2005, 4:01:50 AM (20 years ago)
Author:
bird
Message:

Moved _um_abort out of imisc.c

Location:
trunk/src/emx/src/lib/malloc
Files:
1 added
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r2204 r2205  
    99#include <sys/fmutex.h>
    1010#include <emx/umalloc.h>
    11 #include <InnoTekLIBC/backend.h>
    1211
    1312/* Leave FLS undefined if __fls() is not available.  __fls() is
     
    164163}
    165164
    166 
    167 void _um_abort (const char *pszMsg, ...)
    168 {
    169   va_list args;
    170   va_start(args, pszMsg);
    171   __libc_Back_panicV(0, NULL, pszMsg, args);
    172   va_end(args);
    173 }
    174 
Note: See TracChangeset for help on using the changeset viewer.