diff options
Diffstat (limited to 'sysdeps/x86_64/dl-lookupcfg.h')
-rw-r--r-- | sysdeps/x86_64/dl-lookupcfg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/x86_64/dl-lookupcfg.h b/sysdeps/x86_64/dl-lookupcfg.h index 3fea8b4ab1..a9916b9f3c 100644 --- a/sysdeps/x86_64/dl-lookupcfg.h +++ b/sysdeps/x86_64/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); |