Changeset 81983e3 in mainline for uspace/lib/libc/arch/abs32le/src/tls.c
- Timestamp:
- 2010-02-17T14:11:07Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- b8da2a3
- Parents:
- 101d9f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/abs32le/src/tls.c
r101d9f4 r81983e3 32 32 #include <tls.h> 33 33 #include <sys/types.h> 34 #include <unistd.h> 34 35 35 36 tcb_t * __alloc_tls(void **data, size_t size) … … 43 44 } 44 45 46 uintptr_t __aeabi_read_tp(void) 47 { 48 return NULL; 49 } 50 45 51 /** @} 46 52 */
Note:
See TracChangeset
for help on using the changeset viewer.