Changes in uspace/srv/loader/main.c [c74b9de:25f6bddb] in mainline
- File:
-
- 1 edited
-
uspace/srv/loader/main.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/loader/main.c
rc74b9de r25f6bddb 59 59 #include <vfs/vfs.h> 60 60 #include <vfs/inbox.h> 61 #include <libc.h> 61 62 62 63 #ifdef CONFIG_RTLD … … 357 358 DPRINTF("Jump to entry point at %p\n", pcb.entry); 358 359 360 __libc_fini(); 359 361 __tcb_reset(); 360 362 entry_point_jmp(prog_info.finfo.entry, &pcb);
Note:
See TracChangeset
for help on using the changeset viewer.
