Changeset 2205
- Timestamp:
- Jul 4, 2005, 4:01:50 AM (20 years ago)
- Location:
- trunk/src/emx/src/lib/malloc
- Files:
- 
      - 1 added
- 1 edited
 
 - 
          
  _um_abort.c (added)
- 
          
  imisc.c (modified) (2 diffs, 1 prop)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/src/emx/src/lib/malloc/imisc.c- 
Property       cvs2svn:cvs-rev
 changed from       1.4to1.5
 r2204 r2205 9 9 #include <sys/fmutex.h> 10 10 #include <emx/umalloc.h> 11 #include <InnoTekLIBC/backend.h>12 11 13 12 /* Leave FLS undefined if __fls() is not available. __fls() is … … 164 163 } 165 164 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 
- 
Property       cvs2svn:cvs-rev
 changed from       
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
