mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 05:20:06 +00:00
6daf1a2fb1
* sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
#define SHARED 1
|
|
|
|
#include <ldsodefs.h>
|
|
|
|
#define rtld_global_ro_offsetof(mem) offsetof (struct rtld_global_ro, mem)
|
|
|
|
RTLD_GLOBAL_RO_DL_HWCAP_OFFSET rtld_global_ro_offsetof (_dl_hwcap)
|