Ignore:
Timestamp:
2018-04-23T18:50:40Z (6 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a2eb85d
Parents:
8d58fca
git-author:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-04-23 17:47:09)
git-committer:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-04-23 18:50:40)
Message:

Honor TLS alignment.

File:
1 edited

Legend:

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

    r8d58fca r4f205248  
    6262        size_t tls_align;
    6363
    64         size_t ioffs;
     64        /** Offset of this module's TLS from the thread pointer. */
     65        ptrdiff_t tpoff;
    6566
    6667        /** Containing rtld */
Note: See TracChangeset for help on using the changeset viewer.