Changeset 30bc2ce in mainline for uspace/lib/c/arch/riscv64/include/libarch/tls.h
- Timestamp:
- 2018-07-05T21:41:25Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d62d2c6
- Parents:
- 199b6d8
- git-author:
- Dzejrou <dzejrou@…> (2018-06-25 19:38:34)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/riscv64/include/libarch/tls.h
r199b6d8 r30bc2ce 51 51 static inline tcb_t *__tcb_get(void) 52 52 { 53 return ( void*) 0;53 return (tcb_t *) 0; 54 54 } 55 55
Note:
See TracChangeset
for help on using the changeset viewer.