Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1780 → Rev 1779

/kernel/trunk/arch/amd64/include/proc/thread.h
38,7 → 38,7
#include <arch/types.h>
 
typedef struct {
unative_t tls;
__native tls;
} thread_arch_t;
 
#endif