Ignore:
Timestamp:
2016-05-16T18:38:31Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e2f26002
Parents:
29405ac
Message:

Make sure we only go through initial modules when constructing TLS.

File:
1 edited

Legend:

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

    r29405ac rbab0f42  
    7676        /** Link to list of all modules in runtime environment */
    7777        link_t modules_link;
     78        /** Link to list of initial modules */
     79        link_t imodules_link;
    7880
    7981        /** Link to BFS queue. Only used when doing a BFS of the module graph */
Note: See TracChangeset for help on using the changeset viewer.