Changeset 31ea2a7 in mainline for uspace/lib/c/generic/thread/tls.c
- Timestamp:
- 2025-01-26T17:53:49Z (5 months ago)
- Children:
- f215c6ef
- Parents:
- eff458d
- git-author:
- Matěj Volf <git@…> (2025-01-25 21:36:13)
- git-committer:
- Matěj Volf <git@…> (2025-01-26 17:53:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/thread/tls.c
reff458d r31ea2a7 74 74 } 75 75 76 /** Get address of static TLS block */76 /** Get address of static TLS block - only when RTLD is not initialized */ 77 77 void *tls_get(void) 78 78 {
Note:
See TracChangeset
for help on using the changeset viewer.