netinet/tcp.h: update to linux v5.7
[musl.git] / arch / x32 / pthread_arch.h
blobc1e7716d525d82a98cea7523193dc07b524c0c2e
1 static inline uintptr_t __get_tp()
3 uintptr_t tp;
4 __asm__ ("mov %%fs:0,%0" : "=r" (tp) );
5 return tp;
8 #define MC_PC gregs[REG_RIP]
10 #define CANARY_PAD
12 #define tls_mod_off_t unsigned long long