Changeset 40abf56a in mainline for uspace/lib/c/generic/rtld/module.c
- Timestamp:
 - 2018-07-18T19:42:28Z (7 years ago)
 - Branches:
 - lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - 9bde0d5
 - Parents:
 - 0b05082
 - git-author:
 - Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-18 19:05:08)
 - git-committer:
 - Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-18 19:42:28)
 - File:
 - 
      
- 1 edited
 
- 
          
  uspace/lib/c/generic/rtld/module.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/lib/c/generic/rtld/module.c
r0b05082 r40abf56a 368 368 * be correct, "zero" offset (i.e. the total size) must be aligned 369 369 * to the strictest alignment present. 370 * Note that the padding is actually in front of the TLS data, 371 * not after it. 370 372 */ 371 373 rtld->tls_size = ALIGN_UP(rtld->tls_size, rtld->tls_align);  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  