Changeset e515b21a in mainline for uspace/lib/libc/include/stdlib.h
- Timestamp:
- 2010-01-26T21:31:56Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3698e44
- Parents:
- 80487bc5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/stdlib.h
r80487bc5 re515b21a 42 42 #define abort() \ 43 43 do { \ 44 stack _trace(); \44 stacktrace_print(); \ 45 45 _exit(1); \ 46 46 } while (0)
Note:
See TracChangeset
for help on using the changeset viewer.