summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-10-31 19:03:31 +0000
committerUlrich Drepper <drepper@redhat.com>2008-10-31 19:03:31 +0000
commit6daf1a2fb125c2afd439457aad589fe8a31847d4 (patch)
tree1bd815a5eee75c200ef1a8b806add2a1226edc3a /sysdeps
parent6f576bf61abca4e38c365e4d40cc59693c71e148 (diff)
[BZ #6867]
* sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/powerpc/elf/rtld-global-offsets.sym4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/powerpc/elf/rtld-global-offsets.sym b/sysdeps/powerpc/elf/rtld-global-offsets.sym
index 830106ba21..ff4e97f2a6 100644
--- a/sysdeps/powerpc/elf/rtld-global-offsets.sym
+++ b/sysdeps/powerpc/elf/rtld-global-offsets.sym
@@ -2,6 +2,6 @@
#include <ldsodefs.h>
-#define rtdl_global_ro_offsetof(mem) offsetof (struct rtld_global_ro, mem)
+#define rtld_global_ro_offsetof(mem) offsetof (struct rtld_global_ro, mem)
-RTLD_GLOBAL_RO_DL_HWCAP_OFFSET rtdl_global_ro_offsetof (_dl_hwcap)
+RTLD_GLOBAL_RO_DL_HWCAP_OFFSET rtld_global_ro_offsetof (_dl_hwcap)