diff options
Diffstat (limited to 'libexec/ld.so/sparc64/archdep.h')
-rw-r--r-- | libexec/ld.so/sparc64/archdep.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libexec/ld.so/sparc64/archdep.h b/libexec/ld.so/sparc64/archdep.h index a27bd147a3c..c3afd159f11 100644 --- a/libexec/ld.so/sparc64/archdep.h +++ b/libexec/ld.so/sparc64/archdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: archdep.h,v 1.21 2016/05/18 20:40:20 deraadt Exp $ */ +/* $OpenBSD: archdep.h,v 1.22 2017/01/09 22:51:04 kettenis Exp $ */ /* * Copyright (c) 1998 Per Fogelstrom, Opsycon AB @@ -66,6 +66,4 @@ RELOC_DYN(Elf_RelA *r, const Elf_Sym *s, Elf_Addr *p, unsigned long v) #define RELOC_GOT(obj, offs) -#define GOT_PERMS PROT_READ - #endif /* _SPARC64_ARCHDEP_H_ */ |