Changeset 7907cf9 in mainline for uspace/lib/c/generic/libc.c
- Timestamp:
- 2010-12-26T11:01:44Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c1c0184
- Parents:
- 3750c06
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/libc.c
r3750c06 r7907cf9 50 50 #include <ipc/ipc.h> 51 51 #include <async.h> 52 #include <async_ rel.h>52 #include <async_sess.h> 53 53 #include <as.h> 54 54 #include <loader/pcb.h> … … 66 66 __heap_init(); 67 67 __async_init(); 68 (void) async_ rel_init();68 (void) async_sess_init(); 69 69 fibril_t *fibril = fibril_setup(); 70 70 __tcb_set(fibril->tcb);
Note:
See TracChangeset
for help on using the changeset viewer.