Changeset bc1f1c2 in mainline for uspace/lib/libc/arch/mips32/include/thread.h
- Timestamp:
- 2007-06-28T00:54:12Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 12f91130
- Parents:
- b9641ee
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/mips32/include/thread.h
rb9641ee rbc1f1c2 36 36 /* TLS for MIPS is described in http://www.linux-mips.org/wiki/NPTL */ 37 37 38 #ifndef LIBC_mips32 THREAD_H_39 #define LIBC_mips32 THREAD_H_38 #ifndef LIBC_mips32_THREAD_H_ 39 #define LIBC_mips32_THREAD_H_ 40 40 41 41 /* I did not find any specification (neither MIPS nor PowerPC), but … … 54 54 55 55 typedef struct { 56 void * pst_data;56 void *fibril_data; 57 57 } tcb_t; 58 58
Note:
See TracChangeset
for help on using the changeset viewer.