Changeset 4a7c273 in mainline for libc/include/stdlib.h
- Timestamp:
- 2006-05-08T18:24:04Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 20a9b85
- Parents:
- fca4207
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/include/stdlib.h
rfca4207 r4a7c273 34 34 35 35 #define abort() _exit(1) 36 #define exit(status) _exit((status)) 36 37 37 38 #endif
Note:
See TracChangeset
for help on using the changeset viewer.