diff options
Diffstat (limited to 'libexec/ld.so/arm/archdep.h')
-rw-r--r-- | libexec/ld.so/arm/archdep.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/ld.so/arm/archdep.h b/libexec/ld.so/arm/archdep.h index 4babebe6b33..30d72700b89 100644 --- a/libexec/ld.so/arm/archdep.h +++ b/libexec/ld.so/arm/archdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: archdep.h,v 1.1 2004/02/07 06:00:49 drahn Exp $ */ +/* $OpenBSD: archdep.h,v 1.2 2004/02/10 14:12:22 drahn Exp $ */ /* * Copyright (c) 1998 Per Fogelstrom, Opsycon AB @@ -47,6 +47,8 @@ #define DT_BIND_NOW 0 #endif +#define RTLD_TEXT_PLT + /* * The following functions are declared inline so they can * be used before bootstrap linking has been finished. |