Changeset c05290e in mainline for libc/generic/libc.c
- Timestamp:
- 2006-03-17T01:31:55Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 11a4fbf
- Parents:
- 11eae82
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/generic/libc.c
r11eae82 rc05290e 29 29 #include <libc.h> 30 30 #include <unistd.h> 31 #include <thread.h> 31 32 32 33 void _exit(int status) { 33 __SYSCALL0(SYS_CTL);34 thread_exit(status); 34 35 } 35 36
Note:
See TracChangeset
for help on using the changeset viewer.