Changeset 97116a2 in mainline for uspace/lib/c/generic/thread/tls.c
- Timestamp:
- 2025-01-28T14:45:44Z (10 days ago)
- Branches:
- master
- Children:
- 1fa6292
- Parents:
- b27ae65a
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2025-01-28 14:45:28)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2025-01-28 14:45:44)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/thread/tls.c
rb27ae65a r97116a2 59 59 #endif 60 60 61 static ptrdiff_t _tcb_data_offset(const void *elf)61 static ptrdiff_t _tcb_data_offset(const void *elf) 62 62 { 63 63 const elf_segment_header_t *tls =
Note:
See TracChangeset
for help on using the changeset viewer.