Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2482 → Rev 3017

/trunk/uspace/lib/libc/arch/ia64/include/tls.h/thread.h
32,11 → 32,13
/** @file
*/
 
#ifndef LIBC_ia64_THREAD_H_
#define LIBC_ia64_THREAD_H_
#ifndef LIBC_ia64_TLS_H_
#define LIBC_ia64_TLS_H_
 
#define THREAD_INITIAL_STACK_PAGES_NO 2
#define CONFIG_TLS_VARIANT_1
 
#include <sys/types.h>
 
/* This structure must be exactly 16 bytes long */
typedef struct {
void *dtv; /* unused in static linking*/