fix dlsym of thread-local symbols on archs with DTP_OFFSET!=0
[musl.git] / include / sys / reg.h
blobb47452d003ec6b227e34804d7622215d4cf27466
1 #ifndef _SYS_REG_H
2 #define _SYS_REG_H
4 #include <limits.h>
5 #include <unistd.h>
7 #include <bits/reg.h>
9 #endif