Changeset fc5f7a8 in mainline for uspace/lib/c/generic/libc.c
- Timestamp:
- 2011-01-29T19:43:15Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5bcf1f9
- Parents:
- 10477601
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/libc.c
r10477601 rfc5f7a8 47 47 #include <thread.h> 48 48 #include <fibril.h> 49 #include <async.h>50 49 #include <as.h> 51 50 #include <loader/pcb.h> 52 51 #include "private/libc.h" 52 #include "private/async.h" 53 53 54 54 void _exit(int status)
Note:
See TracChangeset
for help on using the changeset viewer.