Subversion Repositories HelenOS-historic

Compare Revisions

Regard whitespace Rev 1113 → Rev 1125

/uspace/trunk/libc/include/psthread.h
42,7 → 42,7
typedef sysarg_t pstid_t;
 
struct psthread_data {
struct psthread_data *self; /* IA32,AMD64 needs to get self address */
struct psthread_data *self; /* ia32, amd64 needs to get self address */
 
link_t list;
context_t ctx;