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


Ignore:
Timestamp:
2016-05-22T17:46:10Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0dc2fec
Parents:
2112a79
Message:

Since dlopen() sets up runtime_env, we would no longer use the static TLS. Thus set up runtime_env right away and convert static TLS to dynamic TLS.

File:
1 edited

Legend:

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

    r2112a79 r153c7a29  
    4646extern rtld_t *runtime_env;
    4747
    48 extern void rtld_init_static(void);
     48extern int rtld_init_static(void);
    4949extern int rtld_prog_process(elf_finfo_t *, rtld_t **);
    5050extern tcb_t *rtld_tls_make(rtld_t *);
Note: See TracChangeset for help on using the changeset viewer.