about summary refs log tree commit diff
path: root/sysdeps/i386/dl-lookupcfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/dl-lookupcfg.h')
-rw-r--r--sysdeps/i386/dl-lookupcfg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/i386/dl-lookupcfg.h b/sysdeps/i386/dl-lookupcfg.h
index 9310296d27..310f261fec 100644
--- a/sysdeps/i386/dl-lookupcfg.h
+++ b/sysdeps/i386/dl-lookupcfg.h
@@ -20,6 +20,10 @@
 
 #include_next <dl-lookupcfg.h>
 
+/* Address of protected data defined in the shared library may be
+   external due to copy relocation.   */
+#define DL_EXTERN_PROTECTED_DATA
+
 struct link_map;
 
 extern void internal_function _dl_unmap (struct link_map *map);