summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@openbsd.org>1996-12-12 17:07:55 +0000
committerimp <imp@openbsd.org>1996-12-12 17:07:55 +0000
commit04588325ef82b4387d880452e7101945a96d67cb (patch)
treec5521675cbb907977427de52240207fa17490783
parent*** empty log message *** (diff)
downloadwireguard-openbsd-04588325ef82b4387d880452e7101945a96d67cb.tar.xz
wireguard-openbsd-04588325ef82b4387d880452e7101945a96d67cb.zip
Sync headers with system header's idea of reality
-rw-r--r--gnu/libexec/ld.so/ld.so/mips/link.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/libexec/ld.so/ld.so/mips/link.h b/gnu/libexec/ld.so/ld.so/mips/link.h
index 2ce104856ee..3fe12c05fb0 100644
--- a/gnu/libexec/ld.so/ld.so/mips/link.h
+++ b/gnu/libexec/ld.so/ld.so/mips/link.h
@@ -75,6 +75,7 @@ struct link_map
This is the same format used in SVR4. */
Elf32_Addr l_addr; /* Base address shared object is loaded at. */
+ Elf32_Addr l_offs; /* Offset to something XXX Added for gdb */
char *l_name; /* Absolute file name object was found in. */
Elf32_Dyn *l_ld; /* Dynamic section of the shared object. */
struct link_map *l_next, *l_prev; /* Chain of loaded objects. */