aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2013-10-07 08:14:58 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2013-10-07 08:14:58 +0000
commited1bfa0c21257609fd636056c75558c212dfa83e (patch)
tree4a6b1758cb1f59f508e580833a27cf17c748ece0
parent3f84e865bb2f52a8bec77c3e2f0fa83227125050 (diff)
Notes
-rw-r--r--sys/sys/elf_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h
index bbcd3cd70e78..000035cd0530 100644
--- a/sys/sys/elf_common.h
+++ b/sys/sys/elf_common.h
@@ -487,6 +487,7 @@ typedef struct {
#define DF_1_LOADFLTR 0x00000010 /* Immediate loading of filtees */
#define DF_1_NOOPEN 0x00000040 /* Do not allow loading on dlopen() */
#define DF_1_ORIGIN 0x00000080 /* Process $ORIGIN */
+#define DF_1_INTERPOSE 0x00000400 /* Interpose all objects but main */
#define DF_1_NODEFLIB 0x00000800 /* Do not search default paths */
/* Values for n_type. Used in core files. */