Changeset 25f6bddb in mainline for uspace/srv/loader/main.c


Ignore:
Timestamp:
2018-11-11T15:47:39Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0b8fad2
Parents:
f4cb6c5f
git-author:
Jakub Jermar <jakub@…> (2018-11-11 10:27:00)
git-committer:
Jakub Jermar <jakub@…> (2018-11-11 15:47:39)
Message:

Deallocate waitq's used by the loader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/loader/main.c

    rf4cb6c5f r25f6bddb  
    5959#include <vfs/vfs.h>
    6060#include <vfs/inbox.h>
     61#include <libc.h>
    6162
    6263#ifdef CONFIG_RTLD
     
    357358        DPRINTF("Jump to entry point at %p\n", pcb.entry);
    358359
     360        __libc_fini();
    359361        __tcb_reset();
    360362        entry_point_jmp(prog_info.finfo.entry, &pcb);
Note: See TracChangeset for help on using the changeset viewer.