Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2481 → Rev 2482

/trunk/uspace/lib/libc/arch/arm32/include/thread.h
49,8 → 49,8
* TLS starts just after this struct.
*/
typedef struct {
/** psthread data. */
void *pst_data;
/** Fibril data. */
void *fibril_data;
} tcb_t;