Changeset eefdd7c in mainline for uspace/lib/c/arch/ppc32/include/libarch/tls.h
- Timestamp:
- 2019-01-20T10:02:08Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4f13e19
- Parents:
- a131536d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ppc32/include/libarch/tls.h
ra131536d reefdd7c 43 43 44 44 typedef struct { 45 void **dtv; 46 void *pad; 45 47 void *fibril_data; 46 48 } tcb_t;
Note:
See TracChangeset
for help on using the changeset viewer.