linux-stable-rt/arch/um/sys-x86/shared/sysdep/tls.h

6 lines
69 B
C

#ifdef __i386__
#include "tls_32.h"
#else
#include "tls_64.h"
#endif