tls.h 69 字节
Newer Older
1 2 3 4 5
#ifdef __i386__
#include "tls_32.h"
#else
#include "tls_64.h"
#endif