Changeset c09ff7b in mainline for uspace/lib/c/arch/riscv64/include/libarch/tls.h
- Timestamp:
- 2017-06-07T16:39:00Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 23c8acd9
- Parents:
- 239e32b8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/riscv64/include/libarch/tls.h
r239e32b8 rc09ff7b 51 51 static inline tcb_t *__tcb_get(void) 52 52 { 53 return NULL;53 return (void *) 0; 54 54 } 55 55
Note:
See TracChangeset
for help on using the changeset viewer.