aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/sys-x86/shared/sysdep/tls.h
blob: 4d8f7526237037e57f5a1e2c2a0216ddcd20171b (plain)
1
2
3
4
5
#ifdef __i386__
#include "tls_32.h"
#else
#include "tls_64.h"
#endif