Changeset 2c4e1cc in mainline for uspace/lib/c/include/tls.h
- Timestamp:
- 2018-04-04T17:01:18Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5754c31e
- Parents:
- 1433ecda
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-04-03 16:54:34)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-04-04 17:01:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/tls.h
r1433ecda r2c4e1cc 43 43 #define DTV_GN(dtv) (((uintptr_t *)(dtv))[0]) 44 44 45 /*46 * Symbols defined in the respective linker script.47 */48 extern char _tls_alignment;49 extern char _tdata_start;50 extern char _tdata_end;51 extern char _tbss_start;52 extern char _tbss_end;53 54 45 extern tcb_t *tls_make(void); 55 46 extern tcb_t *tls_alloc_arch(void **, size_t);
Note:
See TracChangeset
for help on using the changeset viewer.