Changeset acb14ce in mainline for uspace/lib/c/include/rtld/rtld.h


Ignore:
Timestamp:
2025-02-02T22:06:07Z (5 weeks ago)
Author:
Matěj Volf <git@…>
Children:
c095552
Parents:
bdcf71e
git-author:
Matěj Volf <git@…> (2025-02-02 21:59:42)
git-committer:
Matěj Volf <git@…> (2025-02-02 22:06:07)
Message:

unify rtld loading implementation of static/dynamic executables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/rtld/rtld.h

    rbdcf71e racb14ce  
    4545extern rtld_t *runtime_env;
    4646
    47 extern errno_t rtld_init_static(elf_finfo_t *, rtld_t **);
    4847extern errno_t rtld_prog_process(elf_finfo_t *, rtld_t **);
    4948extern tcb_t *rtld_tls_make(rtld_t *);
Note: See TracChangeset for help on using the changeset viewer.