blob: 830106ba21bb4d1d1e1a2698169b97a0d5b6e6ed (
plain) (
blame)
1
2
3
4
5
6
7
|
#define SHARED 1
#include <ldsodefs.h>
#define rtdl_global_ro_offsetof(mem) offsetof (struct rtld_global_ro, mem)
RTLD_GLOBAL_RO_DL_HWCAP_OFFSET rtdl_global_ro_offsetof (_dl_hwcap)
|