Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4346 → Rev 4347

/branches/dynload/uspace/app/dload/dload.c
38,6 → 38,7
#include <unistd.h>
#include <fcntl.h>
#include <loader/pcb.h>
#include <console.h>
 
/* from librtld */
#include <rtld.h>
106,7 → 107,7
DPRINTF("Run program.. (at 0x%lx)\n", (uintptr_t)__pcb->entry);
 
#ifndef RTLD_DEBUG
close_console();
console_close();
#endif
program_run(__pcb->entry, __pcb);